candidateProfileCandidateProfile for the given id.This includes profiles:| Name | Description |
|---|---|
String! | The value of CandidateProfile.profileId for the requested object. |
| Name | Description |
|---|---|
CandidateProfile | Structured information about a candidate in relation to a particular position. |
query ($id: String!) {
candidateProfile(id: $id) {
executiveSummary
profileId {
value
}
}
}