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