jobCategories
query returns a superset of job categories supported across SEEK’s markets by default.
However, presenting this entire hierarchy for selection is suboptimal:Government - Local
entry and New Zealand has a distinct Local Government
entry.positionProfile
context when retrieving job categories:query (
$positionProfile: JobCategories_PositionProfileInput!
$schemeId: String!
) {
jobCategories(
# Request results to be tailored to the position’s location.
positionProfile: $positionProfile
schemeId: $schemeId
) {
id {
value
}
name
children {
id {
value
}
name
}
}
}