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