Skip to main content

jobs

Obtain a list of jobs

jobs(
after: String
before: String
filterBy: JobFilter
first: Int
last: Int
orderBy: JobOrder
): JobConnection!

Arguments

jobs.after ● String scalar

Returns the elements in the list that come after the specified cursor.

jobs.before ● String scalar

Returns the elements in the list that come before the specified cursor.

jobs.filterBy ● JobFilter input

Filtering options for jobs

jobs.first ● Int scalar

Returns the first _n_ elements from the list.

jobs.last ● Int scalar

Returns the last _n_ elements from the list.

jobs.orderBy ● JobOrder input

Ordering options for jobs

Type

JobConnection object

The connection type for jobs.