ChargesConnection
No description
type ChargesConnection {
items: [Charge!]!
total: Int!
}
Fields
ChargesConnection.items
● [Charge!]!
non-null object
ChargesConnection.total
● Int!
non-null scalar
Returned By
charges
query