updateCandidateProcessHistoryItem
MUTATION

Updates a candidate process history item.

Arguments

Name
Description
The details of the CandidateProcessHistoryItem to be updated.

Result

UpdateCandidateProcessHistoryItemPayload
Name
Description
candidateProcessHistoryItem* 
CandidateProcessHistoryItem!
The details of the CandidateProcessHistoryItem that was updated.

Sample

GraphQL
mutation ($input: UpdateCandidateProcessHistoryItemInput!) {
  updateCandidateProcessHistoryItem(input: $input) {
    candidateProcessHistoryItem {
      id {
        value
      }
    }
  }
}