deleteCandidateProcessHistoryItem| Name | Description |
|---|---|
DeleteCandidateProcessHistoryItem_CandidateProcessHistoryItemInput! | The details of the CandidateProcessHistoryItem to be deleted. |
DeleteCandidateProcessHistoryItemPayload| Name | Description |
|---|---|
CandidateProcessHistoryItem! | The details of the CandidateProcessHistoryItem that was deleted. |
mutation ($input: DeleteCandidateProcessHistoryItemInput!) {
deleteCandidateProcessHistoryItem(input: $input) {
candidateProcessHistoryItem {
id {
value
}
}
}
}