Skip to main content

jobs

Reads a set of Job.

jobs(
filter: JobFilter
first: Int
offset: Int
orderBy: [JobOrderBy!]
): [Job!]

Arguments

jobs.filter ● JobFilter input

A filter to be used in determining which values should be returned by the collection.

jobs.first ● Int scalar

Only read the first n values of the set.

jobs.offset ● Int scalar

Skip the first n values.

jobs.orderBy ● [JobOrderBy!] list enum

The method to use when ordering Job.

Type

Job object