INPUT_OBJECT

QuizOptionInput

link GraphQL Schema definition

1input QuizOptionInput {
4
2# The text that will be displayed for this option.
3description: String!
7
5# Whether this option is correct.
6isCorrect: Boolean
8}