Asynchronously posts a job ad for an existing position opening.If the position opening already contains 25 position profiles this will fail with a
BAD_USER_INPUT error.Once the job ad has been posted a PositionProfilePosted event will be emitted.Arguments
| Name | Description |
|---|---|
PostPositionProfileForOpeningPositionProfileInput! | A profile for posting a job ad against an existing position opening.This contains information of how a position opening is presented on a given channel or job board. |
Result
| Name | Description |
|---|---|
PostPositionProfileForOpeningPayload! | The response from the postPositionProfileForOpening mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: PostPositionProfileForOpeningInput!) {
postPositionProfileForOpening(input: $input)
}