OBJECT
CertificateSurveyAnswer
link GraphQL Schema definition
- type CertificateSurveyAnswer implements Node {
- : ID!
- # The answer to the question.
- : String!
- : Time!
- : Time!
- # The question that the answer is for.
- : CertificateSurveyQuestion
- # The user that answered the question.
- : User
- # The certificate that the answer is for.
- : Certificate
- : CertificateSurveyQuestionChoice
- }