OBJECT

CertificateSurveyQuestionChoice

link GraphQL Schema definition

  • type CertificateSurveyQuestionChoice implements Node {
  • id: ID!
  • # The label for the choice.
  • label: String!
  • # The emoji for the choice.
  • emoji: String!
  • # The question that the choice is for.
  • question: CertificateSurveyQuestion
  • }