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