OBJECT

CreditCardAccountsEdge

A CreditCardAccount edge in the connection.

link GraphQL Schema definition

  • type CreditCardAccountsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `CreditCardAccount` at the end of the edge.
  • node: CreditCardAccount!
  • }