OBJECT
CreditCardAccountsConnection
A connection to a list of CreditCardAccount values.
link GraphQL Schema definition
- type CreditCardAccountsConnection {
- # A list of `CreditCardAccount` objects.
- : [CreditCardAccount!]!
- # A list of edges which contains the `CreditCardAccount` and cursor to aid in
- # pagination.
- : [CreditCardAccountsEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `CreditCardAccount` you could get from the connection.
- : Int!
- }