Skip to main content

activeJobs

Reads a set of ActiveJob.

activeJobs(
filter: ActiveJobFilter
first: Int
offset: Int
orderBy: [ActiveJobOrderBy!]
): [ActiveJob!]

Arguments

activeJobs.filter ● ActiveJobFilter input

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

activeJobs.first ● Int scalar

Only read the first n values of the set.

activeJobs.offset ● Int scalar

Skip the first n values.

activeJobs.orderBy ● [ActiveJobOrderBy!] list enum

The method to use when ordering ActiveJob.

Type

ActiveJob object