createCandidateProcessHistoryItem
MUTATION

Adds a process history item to an uploaded candidate's profile.

Arguments

NameDescription
The details of the CandidateProcessHistoryItem to be added to the CandidateProfile.
The details of the CandidateProfile that the CandidateProcessHistoryItem belongs to.

Result

NameDescription
CreateCandidateProcessHistoryItemPayload!
The response from the createCandidateProcessHistoryItem mutation.

Sample

GraphQL
mutation ($input: CreateCandidateProcessHistoryItemInput!) {
  createCandidateProcessHistoryItem(input: $input)
}