jobs { 
  first:Int, 
  last:Int, 
  before:String, 
  after:String,
  where: RootQueryToJobConnectionWhereArgs
}: RootQueryToJobConnectionWhereArgs

Retrieve all jobs

Arguments

first
Int

The number of items to return after the referenced “after” cursor

last
Int

The number of items to return before the referenced “before” cursor

after
String

Cursor used along with the “first” argument to reference where in the dataset to get data

before
String

Cursor used along with the “first” argument to reference where in the dataset to get data

where
RootQueryToJobConnectionWhereArgs

Arguments for filtering the connection

Response

Type: RootQueryToJobConnectionWhereArgs

pageInfo
RootQueryToJobConnectionWhereArgsPageInfo!

Information about pagination in a connection.

nodes
[Job!]!

The nodes of the connection, without the edges