OBJECT

BalanceAdjustments

Wrapper for balance_adjustments with a pagination cursor for created_at.

link GraphQL Schema definition

  • type BalanceAdjustments {
  • any_more_results: Boolean!
  • # List of balance_adjustments within a 90 day period previous to cursor.
  • balance_adjustments: [BalanceAdjustment!]!
  • cursor: DateTime!
  • }