2025-12-14
GraphQLスキーマ変更ログ: 2025-12-14
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✔ Description:
Represents Indeeds system view of a job object, connectingthe employer-provided job data and the post-level data displayed to jobseekers on type JobPostHas changed to:
Indeeds system view of a job object. Connects the employer-provided job data and the post-leveldata that job seekers see. -
[log] ✔ Field
JobPost.externalPartnerCallToActiondescription changed from:The call to action associated with this job post.次のように変更されました:
The call to action for this job posting. -
[log] ✔ Description:
Represents the JobPost Call to Action on type JobPostCallToActionHas changed to:
The call to action for this job posting. -
[log] ✔ Field
JobPostCallToAction.imageAltTextdescription changed from:A string that can be used to populate the <img> alt attribute.次のように変更されました:
A string that populates the `<img>` `alt` attribute. -
[log] ✔ Field
JobPostCallToAction.imageUrldescription changed from:The URL of an image representing the Call to Action次のように変更されました:
The URL to an image that represents the call to action for this job posting. -
[log] ✔ Description:
Input parameters for requesting a JobPost call to action on type JobPostCallToActionInputHas changed to:
Input parameters to request a call to action for a job posting. -
[log] ✔ Input field
JobPostCallToActionInput.localedescription changed from:The locale that the returned call to action should be encoded as次のように変更されました:
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`. -
[log] ✔ Description:
Lifecycle statuses within the Indeed system on type JobPostLifecycleStatusHas changed to:
Lifecycle statuses within the Indeed system. -
[log] ✔ Description:
External status type definitions from JobPost on type JobPostStatusHas changed to:
External status type definitions from the job posting. -
[log] ✔ Input field
JobPostStatusCommunicationSettingsInput.communicationInterfaceNamedescription changed from:the name of the interface displaying status communication messages, e.g: myJobBoardNamethis name is the combination of locale and name control which message set to retrieve次のように変更されました:
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. -
[log] ✔ Input field
JobPostStatusCommunicationSettingsInput.communicationLocaledescription changed from:translation language, e.g ja, fr次のように変更されました:
The translation language such as `ja` or `fr`. -
[log] ✔ Description:
Input parameters for JobPost status - required for federation compatibilityThis input type must match the signature defined in the job-audit-api subgraph on type JobPostStatusInputHas changed to:
Input parameters for `JobPost` status. Required for GraphQL Federation compatibility.This input type must match the signature that the job-audit-api subgraph defines. -
[log] ✔ Input field
JobPostStatusInput.surfaceContextsdescription changed from:List of surface contexts for which to retrieve the job posts status次のように変更されました:
List of surface contexts for which to get the job postings status. -
[log] ✔ Input field
JobPostSurfaceContextInput.placementIdhas description:The placement ID. -
[log] ✔ Input field
JobPostSurfaceContextInput.statusCommunicationSettingsdescription changed from:translation language and message type次のように変更されました:
The translation language and message type.
-