OBJECT
QuestionChoiceConnection
The connection type for QuestionChoice.
link GraphQL Schema definition
- type QuestionChoiceConnection {
- : [String!]!
- # A list of edges.
- : [QuestionChoiceEdge]
- # A list of nodes.
- : [QuestionChoice]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }