createPositionOpening| Name | Description |
|---|---|
CreatePositionOpening_PositionOpeningInput! | The details of the position opening to be created. |
CreatePositionOpeningPayload!| Name | Description |
|---|---|
PositionOpening! | The details of the created position opening. |
mutation ($input: CreatePositionOpeningInput!) {
createPositionOpening(input: $input) {
positionOpening {
documentId {
value
}
seekPartnerMetadata
}
}
}