INPUT_OBJECT

CreateCertificateSurveyAnswerInput

CreateCertificateSurveyAnswerInput is used for create CertificateSurveyAnswer object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateCertificateSurveyAnswerInput {
  • # The answer to the question.
  • answer: String!
  • createdAt: Time
  • updatedAt: Time
  • certificateSurveyQuestionID: ID
  • userID: ID
  • certificateID: ID
  • choiceID: ID
  • }