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