Asynchronously updates an existing position profile from an existing draft.
Arguments
| Name | Description |
|---|---|
UpdatePositionProfileFromDraft_DraftPositionInput! | The information of the draft position required for the posting. |
UpdatePositionProfileFromDraft_PositionProfileInput! | The information of the position profile to be updated. |
Result
UpdatePositionProfileFromDraftPayload| Name | Description |
|---|---|
UpdatePositionProfileFromDraft_PositionProfilePayload! | Attributes of the newly created position profile for the job ad. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: UpdatePositionProfileFromDraftInput!) {
updatePositionProfileFromDraft(input: $input) {
positionProfile {
profileId {
value
}
}
}
}