2026-04-21
GraphQLスキーマ変更ログ: 2026-04-21
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
enum値
FindEmployerJobsPartnerSortField.datePostedOnIndeedの説明を変更しました。変更前:Sort by publish time on Indeed.変更後:
Sorts by publish time on Indeed. -
タイプ
Mutationの説明を変更しました。変更前:Example schema.GraphQL Schema Basics: https://www.apollographql.com/docs/apollo-server/schema/schema/Indeed API Recommendations: https://link.indeed.tech/api-recommendationsNeed help designing your schema? Check out the schema designer tool: https://graphql-schema-designer.sandbox.indeed.net/変更後:
The root mutation field for hosted employer attributes -
フィールド
Query.findEmployerJobsPartnerの説明を変更しました。変更前:Find job postings by source ID, or list all employer job postings. See [Job Sync API guide - List job postings](https://docs.indeed.com/job-sync-api/job-sync-api-guide#list-job-postings).変更後:
Finds job postings by source ID, or lists all employer job postings. See [Job Sync API guide - List job postings](https://docs.indeed.com/job-sync-api/job-sync-api-guide#list-job-postings). -
フィールド
Query.findEmployerJobsPartnerの引数afterの説明を変更しました。変更前:Returns items after this cursor. See [`pageInfo`](https://docs.indeed.com/api/job/objects/FindEmployerJobsPartnerConnection) for pagination.変更後:
Gets items after this cursor. See [`pageInfo`](https://docs.indeed.com/api/job/objects/FindEmployerJobsPartnerConnection) for pagination. -
フィールド
Query.findEmployerJobsPartnerの引数beforeの説明を変更しました。変更前:Returns items before this cursor. See [`pageInfo`](https://docs.indeed.com/api/job/objects/FindEmployerJobsPartnerConnection) for pagination.変更後:
Gets items before this cursor. See [`pageInfo`](https://docs.indeed.com/api/job/objects/FindEmployerJobsPartnerConnection) for pagination. -
フィールド
Query.findEmployerJobsPartnerの引数firstの説明を変更しました。変更前:Number of items to return. Max 1,000.変更後:
Number of items to return. Maximum 1,000.