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