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