• No results found

postPositionFromDraft
MUTATION

Asynchronously posts a job ad from an existing draft.Once the job ad has been posted a PositionProfilePosted event will be emitted.

Arguments

NameDescription
The information of the draft position required for the posting.

Result

NameDescription
PostPositionFromDraftPayload!
The response from the postPositionFromDraft mutation.

Sample

GraphQL
mutation ($input: PostPositionFromDraftInput!) {
  postPositionFromDraft(input: $input)
}