jobs
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
}
}
}
{
"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"
}
}
}
}
jobs {
first:Int,
last:Int,
before:String,
after:String,
where: RootQueryToJobConnectionWhereArgs
}: RootQueryToJobConnectionWhereArgs
Retrieve all jobs
Arguments
The number of items to return after the referenced “after” cursor
The number of items to return before the referenced “before” cursor
Cursor used along with the “first” argument to reference where in the dataset to get data
Cursor used along with the “first” argument to reference where in the dataset to get data
Arguments for filtering the connection
Response
Type: RootQueryToJobConnectionWhereArgs
Information about pagination in a connection.
The nodes of the connection, without the edges
The globally unique identifier of the job object.
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.
Post publishing date.
The current status of the object
Fields of the jobs ACF Field Group
Field of the “wysiwyg” Field Type added to the schema as part of the “Jobs” Field Group
Field of the “image” Field Type added to the schema as part of the “jobs” Field Group
Field of the “url” Field Type added to the schema as part of the “Jobs” Field Group
Field of the “text” Field Type added to the schema as part of the “Jobs” Field Group
Field of the “email” Field Type added to the schema as part of the “Jobs” Field Group
Field of the “text” Field Type added to the schema as part of the “Jobs” Field Group
Field of the “select” Field Type added to the schema as part of the “Jobs” Field Group
Field of the “text” Field Type added to the schema as part of the “Jobs” Field Group
Field of the “select” Field Type added to the schema as part of the “Jobs” Field Group
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
}
}
}
{
"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"
}
}
}
}
Was this page helpful?
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
}
}
}
{
"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"
}
}
}
}