The job category for the given
id.This query accepts browser tokens that include the query:ontologies scope.Arguments
| Name | Description |
|---|---|
String! | The value of JobCategory.id for the requested object. |
Result
| Name | Description |
|---|---|
JobCategory | The category of a job's occupation. |
Sample
GraphQL
CopyGraphQL Explorer
query ($id: String!) {
jobCategory(id: $id) {
id {
value
}
}
}