jobs {
first:Int,
last:Int,
before:String,
after:String,
where: RootQueryToJobConnectionWhereArgs
}: RootQueryToJobConnectionWhereArgs
Arguments
Int
The number of items to return after the referenced “after” cursor
Int
The number of items to return before the referenced “before” cursor
String
Cursor used along with the “first” argument to reference where in the dataset to get data
String
Cursor used along with the “first” argument to reference where in the dataset to get data
RootQueryToJobConnectionWhereArgs
Arguments for filtering the connection
Response
Type:RootQueryToJobConnectionWhereArgs
RootQueryToJobConnectionWhereArgsPageInfo!
Information about pagination in a connection.
Show properties
Show properties
[Job!]!
The nodes of the connection, without the edges
Show properties
Show properties
ID!
The globally unique identifier of the job object.
String
The global unique identifier for this post. This currently matches the value stored in WP_Post->guid and the guid column in the “post_objects” database table.
String
Post publishing date.
String
The current status of the object
jobs
Fields of the jobs ACF Field Group
Show properties
Show properties
String
Field of the “wysiwyg” Field Type added to the schema as part of the “Jobs” Field Group
AcfMediaItemConnectionEdge
Field of the “image” Field Type added to the schema as part of the “jobs” Field Group
Show properties
Show properties
String
Field of the “url” Field Type added to the schema as part of the “Jobs” Field Group
String
Field of the “text” Field Type added to the schema as part of the “Jobs” Field Group
String
Field of the “email” Field Type added to the schema as part of the “Jobs” Field Group
String
Field of the “text” Field Type added to the schema as part of the “Jobs” Field Group
[String]
Field of the “select” Field Type added to the schema as part of the “Jobs” Field Group
String
Field of the “text” Field Type added to the schema as part of the “Jobs” Field Group
[String]
Field of the “select” Field Type added to the schema as part of the “Jobs” Field Group
[String]
Field of the “select” Field Type added to the schema as part of the “Jobs” Field Group
query jobs(
$first:Int,
$last:Int,
$before:String,
$after:String,
$where:RootQueryToJobConnectionWhereArgs
) {
id
guid
status
dateGmt
jobs(
first: $first,
last:$last,
before:$before,
after:$after,
where:$where
) {
nodes {
jobs {
applyLink
compagnyLogo {
node {
sourceUrl
}
}
compagnyName
description
jobContactEmail
jobTitle
jobTypeOfPost
localization
presence
typeOfContract
}
}
pageInfo {
endCursor
startCursor
hasNextPage
hasPreviousPage
}
}
}
{
"first": 1,
"last": 1,
"endCursor":"YXJyYXljb25uZWN0aW9uOjE1ODk",
"startCursor": "YXJyYXljb25uZWN0aW9uOjE1ODk"
}
{
"data": {
"jobs": {
"nodes": [
{
"id": "string",
"guid": "string",
"dateGmt": "string",
"status": "string",
"jobs": {
"compagnyName": "string",
"description": "string",
"compagnyLogo": {
"node": {
"mediaItemUrl": "string"
}
},
"applyLink": "string",
"jobContactEmail": "string",
"jobTitle": "string",
"jobTypeOfPost": ["string", "string"],
"localization": "string",
"presence": ["string", "string"],
"typeOfContract": ["string", "string"]
}
},
{
"id": "string",
"guid": "string",
"dateGmt": "string",
"status": "string",
"jobs": {
"compagnyName": "string",
"description": "string",
"compagnyLogo": {
"node": {
"mediaItemUrl": "string"
}
},
"applyLink": "string",
"jobContactEmail": "string",
"jobTitle": "string",
"jobTypeOfPost": ["string", "string"],
"localization": "string",
"presence": ["string", "string"],
"typeOfContract": ["string", "string"]
}
},
{
"id": "string",
"guid": "string",
"dateGmt": "string",
"status": "string",
"jobs": {
"compagnyName": "string",
"description": "string",
"compagnyLogo": {
"node": {
"mediaItemUrl": "string"
}
},
"applyLink": "string",
"jobContactEmail": "string",
"jobTitle": "string",
"jobTypeOfPost": ["string", "string"],
"localization": "string",
"presence": ["string", "string"],
"typeOfContract": ["string", "string"]
}
}
],
"pageInfo": {
"endCursor": "string",
"hasNextPage": true,
"hasPreviousPage": false,
"startCursor": "string"
}
}
}
}

