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