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