updatePostedPositionProfilePositionProfileUpdated event will be emitted.| Name | Description |
|---|---|
UpdatePostedPositionProfile_PositionProfileInput! | The values to replace on a posted position profile. |
UpdatePostedPositionProfilePayload| Name | Description |
|---|---|
UpdatePostedPositionProfile_PositionProfilePayload! | Attributes of the updated position profile. |
mutation ($input: UpdatePostedPositionProfileInput!) {
updatePostedPositionProfile(input: $input) {
positionProfile {
profileId {
value
}
}
}
}