Skip to content

Instantly share code, notes, and snippets.

@ryangittings
Created October 24, 2023 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryangittings/288fd782d3ea4024084048d82b922eaa to your computer and use it in GitHub Desktop.
Save ryangittings/288fd782d3ea4024084048d82b922eaa to your computer and use it in GitHub Desktop.
{
publishedAdverts(first: 10, after: 0, where: { status_eq: "Published" }) {
id
jobAdTitle
status
recruitingCompany
opening {
jobNumber
}
navigation {
applicationProcessUrl
}
defaultJobLocation {
name
street
city
region
zipCode
}
opening {
jobLocations {
name
}
contractType
scheduleTypeDetails {
value
}
}
freeFormFields {
name
value
}
customFields {
label
value
}
lovs {
nameLovId
name
value
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment