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