closePostedPositionProfilePositionProfile and its associated candidate applications will be available for 6 months after its close date.Once the job ad has been closed a PositionProfileClosed event will be emitted.| Name | Description |
|---|---|
ClosePostedPositionProfile_PositionProfileInput! | The details of the position profile to be closed. |
ClosePostedPositionProfilePayload| Name | Description |
|---|---|
ClosePostedPositionProfile_PositionProfilePayload! | Attributes of the closed position profile. |
mutation ($input: ClosePostedPositionProfileInput!) {
closePostedPositionProfile(input: $input) {
positionProfile {
profileId {
value
}
}
}
}