2024-12-29
GraphQL schema change log: 2024-12-29
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
✔ Field
JobsIngestMutations.updateSourcedJobPostingsdescription, changed from:Updates data for a sourced job. The caller must have claimed the jobsource.Ths mutation currently only accepts one update, but the input supports anarray so the functionality can be added in the future.To:
Updates data for a sourced job. The caller must have claimed the jobsource.Although the mutation accepts an array of input objects, the mutationaccepts only one update.If you specify more than one update, an error occurs. -
✔ Input field
UpdateSourcedJobPostingInput.metadatadescription, changed from:Job metadata to be updatedTo:
Job metadata to update. -
✔ Input field
UpdateSourcedJobPostingInput.sourcedPostingIddescription, changed from:Unique ID for a job post (UUID). Returned from thecreateSourcedJobPostings mutation.Also accepted is the Employer Job ID either as a UUID or as a base64encrypted IRI from the EmployerJob type.To:
The unique employer job ID (UUID) for a job posting. ThecreateSourcedJobPostings mutation returns this value when you submit ajob posting.This mutation accepts the employer job ID as either a UUID or abase64-encrypted Indeed Resource Identifier (IRI) from the EmployerJobtype. -
✔ Description:
Input type for the job metadata that can be updated.Partial updates are allowed. At least one field must be provided. Updatesare NOT atomic: if more than one field is specified and an error occursduring the update, partial updates may still be applied. on typeUpdateSourcedJobPostingMetadataInput has changed to Input type for thejob metadata to update.Partial updates are accepted, but you must specify at least one field.Updates are NOT atomic. If you specify more than one field and an erroroccurs during the update, the API might still apply a partial update. -
✔ Input field
UpdateSourcedJobPostingMetadataInput.campaignCategoriesdescription, changed from:Adds category tags to the job which can be used to group related jobs forspecific campaigns, etc.To:
Adds category tags to the job. You can use a category tag to grouprelated jobs for a campaign. -
✔ Input field
UpdateSourcedJobPostingMetadataInput.trackingUrldescription, changed from:Updates the job tracking urlTo:
Updates the job tracking URL. -
✔ Input field
UpdateSourcedJobPostingMetadataInput.urldescription, changed from:Updates the job urlTo:
Updates the job URL.
-