postPositioncreatePositionOpening & postPositionProfileForOpening mutations in a single operation.input*PostPositionInput!| Name | Description |
|---|---|
CreatePositionOpening_PositionOpeningInput! | The details of the position opening to be created. |
PostPosition_PositionProfileInput! | A profile of a position opening. |
| Name | Description |
|---|---|
PostPositionPayload! | The response from the postPosition mutation. |
mutation ($input: PostPositionInput!) {
postPosition(input: $input)
}