A list of pay types that specify the method and interval of a payment.These may be presented to a hirer for selection in a job posting flow.
A dropdown or radio group is recommended.This query accepts browser tokens that include the
query:ontologies scope.Arguments
| Name | Description |
|---|---|
String! | The scheme ID of the pay types.Currently, only seekAnz and seekAnzPublicTest are supported. |
Result
| Name | Description |
|---|---|
[PayType!]! | The primary method of payment and the interval in which it is paid for a position. |
Sample
GraphQL
CopyGraphQL Explorer
query ($schemeId: String!) {
payTypes(schemeId: $schemeId) {
basisCode
}
}