updateUploadedCandidatePerson
MUTATION

Updates the personal details of an uploaded candidate.

Arguments

NameDescription
The details of the uploaded candidate to be updated.

Result

NameDescription
UpdateUploadedCandidatePersonPayload
The response from the updateUploadedCandidatePerson mutation.

Sample

GraphQL
mutation ($input: UpdateUploadedCandidatePersonInput!) {
  updateUploadedCandidatePerson(input: $input)
}