seekAnzAdvertiserhiringOrganization instead.query:organizations scope.| Name | Description |
|---|---|
Int! | The legacy SEEK advertiser ID.This is a numeric identifier that was used by the previous version of Apply with SEEK. |
| Name | Description |
|---|---|
HiringOrganization | An organization hiring for an open position. |
query ($id: Int!) {
seekAnzAdvertiser(id: $id) {
id {
value
}
seekAnzAdvertiserId
}
}