OBJECT
CertificateSurveyQuestion
link GraphQL Schema definition
- type CertificateSurveyQuestion implements Node {
- : ID!
- # The question to ask the user.
- : String!
- : Time!
- : Time!
- # The learning objective that the question is for.
- : LearningObjective
- # The choices for the question.
- : [CertificateSurveyQuestionChoice!]
- }