Asynchronously posts a job ad for a new position opening.This combines the
createPositionOpening & postPositionProfileForOpening mutations in a single operation.Arguments
input*PostPositionInput!| Name | Description |
|---|---|
CreatePositionOpening_PositionOpeningInput! | The details of the position opening to be created. |
PostPosition_PositionProfileInput! | A profile of a position opening. |
Result
| Name | Description |
|---|---|
PostPositionPayload! | The response from the postPosition mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: PostPositionInput!) {
postPosition(input: $input)
}