• No results found

candidateProfile
QUERY

The CandidateProfile for the given id.

Arguments

NameDescription
The value of CandidateProfile.profileId for the requested object.

Result

NameDescription
CandidateProfile
Structured information about a candidate in relation to a particular position.

Sample

GraphQL
query ($id: String!) {
  candidateProfile(id: $id) {
    executiveSummary
    profileId {
      value
    }
  }
}