Uploads a candidate and their profile into SEEK's systems.
Arguments
input*UploadCandidateInput!| Name | Description |
|---|---|
UploadCandidate_CandidateInput! | The details of the Candidate to be uploaded. |
UploadCandidate_CandidateProfileInput! | The details of the CandidateProfile to be uploaded. |
UploadCandidate_HiringOrganizationInput! | The details of the HiringOrganization that submitted the candidate profile. |
Result
| Name | Description |
|---|---|
UploadCandidatePayload! | The response from the uploadCandidate mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: UploadCandidateInput!) {
uploadCandidate(input: $input)
}