createCandidateProcessHistoryItem| Name | Description |
|---|---|
CreateCandidateProcessHistoryItem_CandidateProcessHistoryItemInput! | The details of the CandidateProcessHistoryItem to be added to the CandidateProfile. |
CreateCandidateProcessHistoryItem_CandidateProfileInput! | The details of the CandidateProfile that the CandidateProcessHistoryItem belongs to. |
| Name | Description |
|---|---|
CreateCandidateProcessHistoryItemPayload! | The response from the createCandidateProcessHistoryItem mutation. |
mutation ($input: CreateCandidateProcessHistoryItemInput!) {
createCandidateProcessHistoryItem(input: $input)
}