OBJECT
CreditCardTransactionsEdge
A CreditCardTransaction edge in the connection.
link GraphQL Schema definition
- type CreditCardTransactionsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `CreditCardTransaction` at the end of the edge.
- : CreditCardTransaction!
- }