INPUT_OBJECT

UpdateCertificateSurveyQuestionInput

UpdateCertificateSurveyQuestionInput is used for update CertificateSurveyQuestion object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateCertificateSurveyQuestionInput {
  • # The question to ask the user.
  • question: String
  • createdAt: Time
  • updatedAt: Time
  • learningObjectiveID: ID
  • clearLearningObjective: Boolean
  • addChoiceIDs: [ID!]
  • removeChoiceIDs: [ID!]
  • clearChoices: Boolean
  • }

link Require by