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