postPositionProfileForOpeningBAD_USER_INPUT error.Once the job ad has been posted a PositionProfilePosted event will be emitted.| 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. |
| Name | Description |
|---|---|
PostPositionProfileForOpeningPayload! | The response from the postPositionProfileForOpening mutation. |
mutation ($input: PostPositionProfileForOpeningInput!) {
postPositionProfileForOpening(input: $input)
}