postPosition
MUTATION

Asynchronously posts a job ad for a new position opening.This combines the createPositionOpening & postPositionProfileForOpening mutations in a single operation.

Arguments

Name
Description
The details of the position opening to be created.
A profile of a position opening.

Result

Name
Description
The response from the postPosition mutation.

Sample

GraphQL
mutation ($input: PostPositionInput!) {
  postPosition(input: $input)
}