jobCategory
QUERY

The job category for the given id.This query accepts browser tokens that include the query:ontologies scope.

Arguments

Name
Description
The value of JobCategory.id for the requested object.

Result

Name
Description
The category of a job's occupation.

Sample

GraphQL
query ($id: String!) {
  jobCategory(id: $id) {
    id {
      value
    }
  }
}