uploadCandidate
MUTATION

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

Arguments

NameDescription
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

NameDescription
UploadCandidatePayload!
The response from the uploadCandidate mutation.

Sample

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