updateCandidateProcessHistoryItem| Name | Description |
|---|---|
UpdateCandidateProcessHistoryItem_CandidateProcessHistoryItemInput! | The details of the CandidateProcessHistoryItem to be updated. |
UpdateCandidateProcessHistoryItemPayload| Name | Description |
|---|---|
CandidateProcessHistoryItem! | The details of the CandidateProcessHistoryItem that was updated. |
mutation ($input: UpdateCandidateProcessHistoryItemInput!) {
updateCandidateProcessHistoryItem(input: $input) {
candidateProcessHistoryItem {
id {
value
}
}
}
}