2026-04-29
GraphQL schema change log: 2026-04-29
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✔ Field
JobPost.statushas description:Status information for the job posting. -
[log] ✔ Field
JobPostGlobalStatus.isIndeedApplyActivedescription changed from:Whether the job has Indeed ApplyTo:
Whether Indeed Apply is enabled for the job. -
[log] ✔ Field
JobPostGlobalStatus.lifecycleStatusdescription changed from:The current processing state of the jobTo:
The processing state of the job. -
[log] ✔ Description:
Lifecycle statuses within the Indeed systemOn type
JobPostLifecycleStatushas changed to:Lifecycle statuses in Indeed. -
[log] ✔ Description for
enumvalueJobPostLifecycleStatus.ACTIVEchanged from:The job is the job has been processedTo:
The job has been processed. -
[log] ✔ Description for
enumvalueJobPostLifecycleStatus.INACTIVEchanged from:The job is no longer activeTo:
The job is no longer active. -
[log] ✔ Description for
enumvalueJobPostLifecycleStatus.PENDINGchanged from:The job is the job is still processingTo:
The job is still processing. -
[log] ✔ Field
JobPostStatus.globalStatusdescription changed from:Global baseline job status, overriding per-surface status when lowerExample: if globalStatus == HIDDEN and surface status == ORGANIC, thensurface status is overridden to be HIDDEN.To:
Global baseline job status; overrides per-surface status when lower.Example: if `globalStatus` is `HIDDEN` and surface status is `ORGANIC`, surface status becomes `HIDDEN`. -
[log] ✔ Field
JobPostStatus.surfaceStatusesdescription changed from:Status specific to each surface.To:
Status for each surface. -
[log] ✔ Field
JobPostSurfaceStatus.isMissingRequiredSponsorshipdescription changed from:Is this job rejected due to it not having sponsorship applied or targetedTo:
Whether the job was rejected because sponsorship was not applied or targeted. -
[log] ✔ Field
JobPostSurfaceStatus.isRejectedhas description:Whether the job is in search results. -
[log] ✔ Field
JobPostSurfaceStatus.isSponsorshipRequireddescription changed from:Requires sponsorship to be searchable on this surface.Typically only relevant to Indeed-hosted surfaces. Other surfaceswould not require sponsorship or sponsorship is not a feature onon these surfaces.To:
Requires sponsorship to be searchable on this surface. Typically only relevant to Indeed-hosted surfaces.