Skip to main content

jobs

Obtain a list of jobs

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

Arguments

jobs.filterBy ● JobFilter input

Filtering options for jobs

jobs.orderBy ● JobOrder input

Ordering options for jobs

jobs.first ● Int scalar

Returns the first n elements from the list.

jobs.after ● String scalar

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

jobs.last ● Int scalar

Returns the last n elements from the list.

jobs.before ● String scalar

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

Type

JobConnection object

The connection type for jobs.