Asynchronously posts a job ad from an existing draft.Once the job ad has been posted a
PositionProfilePosted event will be emitted.Arguments
| Name | Description |
|---|---|
PostPositionFromDraft_DraftPositionInput! | The information of the draft position required for the posting. |
Result
| Name | Description |
|---|---|
PostPositionFromDraftPayload! | The response from the postPositionFromDraft mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: PostPositionFromDraftInput!) {
postPositionFromDraft(input: $input)
}