2026-02-10
GraphQL schema change log: 2026-02-10
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✔ Description:
Indeeds system view of a job object. Connects the employer-provided job data and the post-level data that job seekers see.On type
JobPosthas changed to:Indeeds job object view. Connects employer-provided job data with post-level data visible to job seekers. -
[log] ✔ Field
JobPost.externalPartnerCallToActiondescription changed from:The call to action for this job posting.To:
Call to action for this job posting. -
[log] ✔ Description:
The call to action for this job posting.On type
JobPostCallToActionhas changed to:Call to action for this job posting. -
[log] ✔ Field
JobPostCallToAction.imageAltTextdescription changed from:A string that populates the `<img>` `alt` attribute.To:
Text for the `<img> alt` attribute. -
[log] ✔ Field
JobPostCallToAction.imageUrldescription changed from:The URL to an image that represents the call to action for this job posting.To:
URL of the call to action image. -
[log] ✔ Description:
Input parameters to request a call to action for a job posting.On type
JobPostCallToActionInputhas changed to:Input for requesting a job posting call to action. -
[log] ✔ Input field
JobPostCallToActionInput.localedescription changed from:The locale in which to encode the returned call to action. For supported locales, see [Supported language codes, country codes, and locales](https://docs.indeed.com/api/reference/language-and-country-codes). Unsupported locales quietly default to `en-us`.To:
Locale for the returned call to action. See [Supported language codes, country codes, and locales](/api/reference/language-and-country-codes). Unsupported locales default to `en-us`. -
[log] ✔ Input field
JobPostStatusCommunicationSettingsInput.communicationInterfaceNamedescription changed from:The name of the interface that shows status communication messages such as `myJobBoardName`.This name is the combination of locale and the name control that the message is set to get.To:
Interface name for status messages (such as `myJobBoardName`). Combines locale and message control name. -
[log] ✔ Input field
JobPostStatusCommunicationSettingsInput.communicationLocaledescription changed from:The translation language such as `ja` or `fr`.To:
Translation language (such as `ja`, `fr`). -
[log] ✔ Description:
Input parameters for `JobPost` status. Required for GraphQL Federation compatibility.This input type must match the signature that the job-audit-api subgraph defines.On type
JobPostStatusInputhas changed to:Input for `JobPost` status. Required for GraphQL Federation compatibility. -
[log] ✔ Input field
JobPostStatusInput.surfaceContextsdescription changed from:List of surface contexts for which to get the job postings status.To:
Surface contexts for retrieving job posting status. -
[log] ✔ Input field
JobPostSurfaceContextInput.placementIddescription changed from:The placement ID.To:
Placement ID. -
[log] ✔ Input field
JobPostSurfaceContextInput.statusCommunicationSettingsdescription changed from:The translation language and message type.To:
Translation language and message type. -
[log] ✔ Input field
SourcedJobPostingIndeedApplyInput.resumeFieldsOptionaldescription changed from:Optional resume fields. Overwrites phone configuration parameters when provided.To:
Optional resume fields (Japan only). Overwrites phone configuration parameters. -
[log] ✔ Input field
SourcedJobPostingIndeedApplyInput.resumeFieldsRequireddescription changed from:Required resume fields. Overwrites phone configuration parameters when provided.To:
Required resume fields (Japan only). Overwrites phone configuration parameters.