query:ontologies scope.| Name | Description |
|---|---|
String! | The scheme ID of the pay types.Currently, only seekAnz and seekAnzPublicTest are supported. |
| Name | Description |
|---|---|
[PayType!]! | The primary method of payment and the interval in which it is paid for a position. |
query ($schemeId: String!) {
payTypes(schemeId: $schemeId) {
basisCode
}
}