INPUT_OBJECT

UpdateCertificateSurveyQuestionChoiceInput

UpdateCertificateSurveyQuestionChoiceInput is used for update CertificateSurveyQuestionChoice object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateCertificateSurveyQuestionChoiceInput {
  • # The label for the choice.
  • label: String
  • # The emoji for the choice.
  • emoji: String
  • questionID: ID
  • clearQuestion: Boolean
  • }

link Require by