inferLocationquery:ontologies scope.| Name | Description |
|---|---|
SeekPositionAddressInput! | The address details to infer a SEEK location from. |
String! | The scheme ID of the location dataset to query.Currently, only seekAnz and seekAnzPublicTest are supported. |
String | The identifier for the HiringOrganization used to provide location suggestions weighted by the hirer's SEEK-configured domicile. |
| Name | Description |
|---|---|
Location | A physical location with a persistent identifier. |
query ($address: SeekPositionAddressInput!, $schemeId: String!) {
inferLocation(address: $address, schemeId: $schemeId) {
id {
value
}
}
}