id.This will include the candidate's personal details along with all application profiles for a single hirer.| Name | Description |
|---|---|
String! | The value of Candidate.documentId for the requested object. |
query ($id: String!) {
candidate(id: $id) {
documentId {
value
}
seekPrimaryEmailAddress
}
}