Skip to main content

charges

Reads a set of Charge.

charges(
filter: ChargeFilter
first: Int
offset: Int
orderBy: [ChargeOrderBy!]
): [Charge!]

Arguments

charges.filter ● ChargeFilter input

A filter to be used in determining which values should be returned by the collection.

charges.first ● Int scalar

Only read the first n values of the set.

charges.offset ● Int scalar

Skip the first n values.

charges.orderBy ● [ChargeOrderBy!] list enum

The method to use when ordering Charge.

Type

Charge object