updateUploadedCandidateProfilePositionPreferences
MUTATION

Updates the position preferences associated with an uploaded candidate profile.

Arguments

Name
Description
The details of the uploaded candidate profile to be updated.

Result

UpdateUploadedCandidateProfilePositionPreferencesPayload
Name
Description
candidateProfile* 
CandidateProfile!
The details of the uploaded candidate profile that was updated.The uploaded candidate is available in the candidate field.

Sample

GraphQL
mutation ($input: UpdateUploadedCandidateProfilePositionPreferencesInput!) {
  updateUploadedCandidateProfilePositionPreferences(input: $input) {
    candidateProfile {
      executiveSummary
      profileId {
        value
      }
    }
  }
}