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