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