candidateProcessHistoryItem
QUERY

The CandidateProcessHistoryItem for the given id.

Arguments

NameDescription
The value of CandidateProcessHistoryItem.id for the requested object.

Result

NameDescription
CandidateProcessHistoryItem
A single item in a CandidateProfile's workflow process history.

Sample

GraphQL
query ($id: String!) {
  candidateProcessHistoryItem(id: $id) {
    id {
      value
    }
  }
}