OBJECT

CreditCardTransactionsEdge

A CreditCardTransaction edge in the connection.

link GraphQL Schema definition

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