billAmounts
Reads a set of BillAmount
.
billAmounts(
filter: BillAmountFilter
first: Int
offset: Int
orderBy: [BillAmountOrderBy!]
): [BillAmount!]
Arguments
billAmounts.filter
● BillAmountFilter
input
A filter to be used in determining which values should be returned by the collection.
billAmounts.first
● Int
scalar
Only read the first n
values of the set.
billAmounts.offset
● Int
scalar
Skip the first n
values.
billAmounts.orderBy
● [BillAmountOrderBy!]
list enum
The method to use when ordering BillAmount
.