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