Saltar al contenido principal

ChargesConnection

Paginated charges result.

type ChargesConnection {
items: [Charge!]!
total: Int!
}

Fields

ChargesConnection.items ● [Charge!]! non-null object

Charges in the current page.

ChargesConnection.total ● Int! non-null scalar

Total number of charges matching the filter (across all pages).

Returned By

charges query