uploadCandidateinput*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. |
| Name | Description |
|---|---|
UploadCandidatePayload! | The response from the uploadCandidate mutation. |
mutation ($input: UploadCandidateInput!) {
uploadCandidate(input: $input)
}