A physical location with a persistent identifier.
Fields
Name | Description |
---|---|
String! | The contextual name of the location, e.g. "Richmond VIC 3121 AU".This name is sufficient to unambiguously identify the location to a hirer. |
String! | The two-letter ISO 3166-1:2013 country code, in uppercase. |
[Currency!]! | A list of currencies used within this location.Locations with unsupported currencies will default to a SEEK supported currency.At least one currency will be provided.As most countries only use a single currency, the first item in the array can be used to preselect the default currency in a job posting flow. |
The identifier for the Location . | |
String! | The location name, e.g. "Richmond".This name is ambiguous without the context of its parent location. |
Location | The parent location. |
[Location!] | Deprecated: Not implemented. An array of child locations.This is always null regardless of the existence of child locations. |
Seen in
Parent name | Parent type | Description |
---|---|---|
PositionProfile | Interface | positionLocation field |
Location | Object | children field |
Location | Object | parent field |
LocationSuggestion | Object | location field |
PostedPositionProfile | Object | positionLocation field |
UnpostedPositionProfile | Object | positionLocation field |
inferLocation | Query | Result type |
location | Query | Result type |
nearestLocations | Query | Result type |