Updates the personal details of an uploaded candidate.
Arguments
| Name | Description |
|---|---|
The details of the uploaded candidate to be updated. |
Result
| Name | Description |
|---|---|
UpdateUploadedCandidatePersonPayload | The response from the updateUploadedCandidatePerson mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: UpdateUploadedCandidatePersonInput!) {
updateUploadedCandidatePerson(input: $input)
}