The hiring organization for the given
id.This query accepts browser tokens that include the query:organizations scope.Arguments
| Name | Description |
|---|---|
String! | The value of HiringOrganization.id for the requested object. |
Result
| Name | Description |
|---|---|
HiringOrganization | An organization hiring for an open position. |
Sample
GraphQL
CopyGraphQL Explorer
query ($id: String!) {
hiringOrganization(id: $id) {
id {
value
}
seekAnzAdvertiserId
}
}