updateUploadedCandidateProfilePositionPreferences| Name | Description |
|---|---|
UpdateUploadedCandidateProfilePositionPreferences_CandidateProfileInput! | The details of the uploaded candidate profile to be updated. |
UpdateUploadedCandidateProfilePositionPreferencesPayload| Name | Description |
|---|---|
CandidateProfile! | The details of the uploaded candidate profile that was updated.The uploaded candidate is available in the candidate field. |
mutation ($input: UpdateUploadedCandidateProfilePositionPreferencesInput!) {
updateUploadedCandidateProfilePositionPreferences(input: $input) {
candidateProfile {
executiveSummary
profileId {
value
}
}
}
}