INPUT_OBJECT

CreateCertificateSurveyQuestionChoiceInput

CreateCertificateSurveyQuestionChoiceInput is used for create CertificateSurveyQuestionChoice object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateCertificateSurveyQuestionChoiceInput {
  • # The label for the choice.
  • label: String!
  • # The emoji for the choice.
  • emoji: String!
  • questionID: ID
  • }

link Require by