OBJECT

Transactions

Wrapper for transactions with a pagination cursor for created_at.

link GraphQL Schema definition

  • type Transactions {
  • any_more_results: Boolean!
  • cursor: DateTime!
  • # List of transactions within a 90 day period previous to cursor.
  • transactions: [Transaction!]!
  • }