OBJECT
Transactions
Wrapper for transactions with a pagination cursor for created_at.
link GraphQL Schema definition
- type Transactions {
- : Boolean!
- : DateTime!
- # List of transactions within a 90 day period previous to cursor.
- : [Transaction!]!
- }