2026-01-26
GraphQL schema change log: 2026-01-26
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✔ Field
ExpireSourcedJobResult.trackingKeydescription changed from:`ExpireSourcedJobsBySourcedPostingIdPayload` return type. Internal tracking ID.To:
Internal tracking ID for the expiration request. -
[log] ✔ Field
JobsIngestMutations.createSourcedJobPostingsdescription changed from:Submits a job posting to Indeed.Success indicates Indeed received the job. It is indexed within minutes to hours, pending spam and fraud detection.Rejected jobs have null `aggregationId` with an error in the GraphQL errors object.To:
Submits a job posting to Indeed.Success indicates Indeed received the job. Jobs are indexed within minutes to hours after spam and fraud detection.Rejected jobs have `null` `aggregationId` with an error in the GraphQL errors object. -
[log] ✔ Field
JobsIngestMutations.expireSourcedJobsBySourcedPostingIddescription changed from:Expires a job posting by `sourcedPostingId`.Always returns `ACCEPTED` without verifying whether the job exists.To:
Expires a job posting by `sourcedPostingId`.Always returns `ACCEPTED` without verifying the job exists. -
[log] ✔ Description:
Extracted taxonomy attribute and its location.Was removed from object type
MetadataTaxonomyAttribute. -
[log] ✔ Field
Query.taxonomyConceptsdescription changed from:Gets taxonomy concepts by filter.To:
Gets taxonomy concepts by filter.