A list of currencies.These may be presented to a hirer for selection in a job posting flow.
A dropdown is recommended.This query accepts browser tokens that include the
query:ontologies scope.Arguments
| Name | Description |
|---|---|
String! | Determines the list of currencies to be provided.Currently only two codes are defined:
|
Result
| Name | Description |
|---|---|
[Currency!]! | A currency supported by the SEEK API.This may be used when specifying a price or salary range. |
Sample
GraphQL
CopyGraphQL Explorer
query ($usageTypeCode: String!) {
currencies(usageTypeCode: $usageTypeCode) {
code
}
}