OBJECT
TicketBatchConnection
The connection type for TicketBatch.
link GraphQL Schema definition
- type TicketBatchConnection implements TotalCountInterface {
- : [String!]!
- # A list of edges.
- : [TicketBatchEdge]
- : [String!]!
- # A list of nodes.
- : [TicketBatch]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }