candidateProcessHistoryItemCandidateProcessHistoryItem for the given id.| Name | Description |
|---|---|
String! | The value of CandidateProcessHistoryItem.id for the requested object. |
| Name | Description |
|---|---|
CandidateProcessHistoryItem | A single item in a CandidateProfile's workflow process history. |
query ($id: String!) {
candidateProcessHistoryItem(id: $id) {
id {
value
}
}
}