OBJECT
QuizQuestionType
link GraphQL Schema definition
- type QuizQuestionType {
- : ID!
- # The question itself (the text that describes it)
- : String!
- : QuizType!
- : [QuizQuestionChoiceType!]!
- }
OBJECT
- type QuizQuestionType {
- : ID!
- # The question itself (the text that describes it)
- : String!
- : QuizType!
- : [QuizQuestionChoiceType!]!
- }