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