uploadCandidate
MUTATION

Uploads a candidate and their profile into SEEK's systems.

Arguments

Name
Description
The details of the Candidate to be uploaded.
The details of the CandidateProfile to be uploaded.
The details of the HiringOrganization that submitted the candidate profile.

Result

Name
Description
The response from the uploadCandidate mutation.

Sample

GraphQL
mutation ($input: UploadCandidateInput!) {
  uploadCandidate(input: $input)
}