INPUT_OBJECT
EditQuizInput
link GraphQL Schema definition
1 input EditQuizInput { 4 2 # The display title of the question. 3 : String 7 5 # Question description. 6 : String 10 8 # The options for this quiz question. 9 : [QuizOptionInput!] 13 11 # Whether the question allows selecting more than one option. 12 : Boolean 14 }