2026-03-25
GraphQLスキーマ変更ログ: 2026-03-25
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ✔ 説明:
Asset interface for transferring data from Indeed to partners.タイプ
AtsSyncCandidateSyncAssetの説明が次のように変更されました:Interface for transferring data from Indeed to partners. -
[log] ✔ フィールド
AtsSyncCandidateSyncAsset.idの説明が次から:Unique ID for the asset.次のように変更されました:
Asset ID. -
[log] ✔ フィールド
AtsSyncCandidateSyncAssetMetadata.completeSourceAttributionの説明が次から:The Indeed products the asset was sourced from.次のように変更されました:
Indeed products the asset was sourced from. -
[log] ✔ フィールド
AtsSyncCandidateSyncAssetMetadata.employerIdentifierの説明が次から:`AtsEmployer` ID from `registerAtsEmployer`. Use to map assets to a partner employer.次のように変更されました:
`AtsEmployer` ID from `registerAtsEmployer`. Maps assets to a partner employer. -
[log] ✔ フィールド
AtsSyncCandidateSyncAssetMetadata.stagedTestの説明が次から:Whether the asset was staged using the stageAssets mutation次のように変更されました:
Whether the asset was staged using the `stageAssets` mutation. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncAssetMetadataInput.employerIdentifierの説明が次から:Employer ID for the asset. Must match the employerIdentifier of an existing employer registration.次のように変更されました:
Employer ID for the asset. Must match the `employerIdentifier` of an employer registration. -
[log] ✔ 説明:
Source attribution information for complete applications.タイプ
AtsSyncCandidateSyncCompleteSourceAttributionの説明が次のように変更されました:Source attribution for complete applications. -
[log] ✔ フィールド
AtsSyncCandidateSyncCompleteSourceAttribution.enumKeyの説明が次から:Enum key identifying the source type.次のように変更されました:
Enum key for the source type. -
[log] ✔ フィールド
AtsSyncCandidateSyncCompleteSourceAttribution.nameの説明が次から:Human-readable name for the source.次のように変更されました:
Human-readable source name. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncInterestedCandidateAssetInput.contactの説明が次から:Contact information for the candidate.次のように変更されました:
Candidate contact information. -
[log] ✔ 入力フィールド
AtsSyncCandidateSyncInterestedCandidateContactInput.jobの説明が次から:Optional job information for the contact.次のように変更されました:
Optional. Job information for the contact. -
[log] ✔ フィールド
AtsSyncCandidateSyncMutations.fetchAssetsの説明が次から:Gets unacknowledged assets. Passing token acknowledges the previous batch.次のように変更されました:
Gets unacknowledged assets. Passing a token acknowledges the previous batch. -
[log] ✔ フィールド
AtsSyncCandidateSyncMutations.stageAssetsの説明が次から:Creates test assets for sandbox integration testing.Mock asset data will be automatically removed 14 days after staging.次のように変更されました:
Creates test assets for sandbox integration testing. Mock asset data is automatically removed 14 days after staging. -
[log] ✔ 説明:
Scalar representation of a Java BigDecimal on type BigDecimalHas changed to:
Scalar representation of the Java [`BigDecimal`](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/math/BigDecimal.html). -
[log] ✔ フィールド
EmployerJob.managementUrlsの説明が次から:URLs for employer management of jobs次のように変更されました:
URLs for managing jobs. -
[log] ✔ フィールド
EmployerJob.seatsConnectionの説明が次から:Paginated connection containing job seatsfirst: Connection page sizeafter: Cursor for relay pagination次のように変更されました:
Paginated job seats. `first`: Page size. `after`: Pagination cursor. -
[log] ✔ 説明:
EmployerJob metadata provided by an external posting source.タイプ
EmployerJobExternalPostingMetadataの説明が次のように変更されました:`EmployerJob` metadata from an external posting source. -
[log] ✔ フィールド
EmployerJobExternalPostingMetadata.campaignCategoriesの説明が次から:Identifiers used to group related jobs for the purposes of building sponsored job campaigns.次のように変更されました:
IDs for grouping related jobs in sponsored job campaigns. -
[log] ✔ フィールド
EmployerJobExternalPostingMetadata.isIntegratedJobの説明が次から:Indicates the job came from an integration(xml/api), rather than web crawling or directly on Indeed次のように変更されました:
Whether the job came from an integration (XML or API) rather than web crawling or direct posting on Indeed. -
[log] ✔ フィールド
EmployerJobExternalPostingMetadata.jobPostingIdの説明が次から:Posting ID provided to identify the job. Also known as referenceNumber or refnum.次のように変更されました:
Posting ID for the job. Also known as `referenceNumber` or `refnum`. -
[log] ✔ フィールド
EmployerJobExternalPostingMetadata.jobRequisitionIdの説明が次から:Requisition ID provided for the job. Also known as clientReferenceNumber and sometimes (confusingly) as external job id.This is not the same thing as ExternalJobPost.id and is not a job key.次のように変更されました:
Requisition ID for the job. Also known as `clientReferenceNumber`.Not the same as `ExternalJobPost.id` and not a job key. -
[log] ✔ フィールド
EmployerJobExternalPostingMetadata.rawInputLocationの説明が次から:Raw location data coming directly from the job feed combined into a single stringvalue. Components of the raw location include any street addresses followed by anycityRegionPostal values each separated by ,.Example (USA): 1600 Pennsylvania Ave, Washington, District of Columbia, 20500Example (UK): 20 Farringdon Rd, Mayfair, London, W1JExample (Japan): 2-7-2, 100-8994 東京都千代田区丸の内次のように変更されました:
Raw location string from the job feed. Combines street address and city, region, and postal values separated by commas.Example (USA): 1600 Pennsylvania Ave, Washington, District of Columbia, 20500Example (UK): 20 Farringdon Rd, Mayfair, London, W1JExample (Japan): 2-7-2, 100-8994 東京都千代田区丸の内 -
[log] ✔ オブジェクトタイプ
EmployerJobManagementUrlsの説明:URLs for managing jobs. -
[log] ✔ フィールド
EmployerJobManagementUrls.viewJobの説明が次から:The URL for the employer view of their job次のように変更されました:
The employer-facing URL for the job. -
[log] ✔ 説明:
Seat for an EmployerJob on type EmployerJobSeatHas changed to:
Seat for an [EmployerJob](/api/job/objects/EmployerJob). -
[log] ✔ フィールド
EmployerJobSeat.jobPostの説明が次から:The job post for this seat次のように変更されました:
This seats job posting. -
[log] ✔ 説明:
Represents a single page of EmployerJob seatsタイプ
EmployerJobSeatsConnectionの説明が次のように変更されました:A page of [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results -
[log] ✔ フィールド
EmployerJobSeatsConnection.edgesの説明が次から:List of edges containing the EmployerJobSeat nodes for this connection次のように変更されました:
[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) edges for this connection. -
[log] ✔ フィールド
EmployerJobSeatsConnection.pageInfoの説明が次から:Pagination data for this connection次のように変更されました:
This connections pagination data. -
[log] ✔ フィールド
EmployerJobSeatsConnection.seatsの説明が次から:List of EmployerJobSeats for this connection次のように変更されました:
[`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) results for this connection. -
[log] ✔ 説明:
Associates an EmployerJobSeat with a cursor used for paginationタイプ
EmployerJobSeatsEdgeの説明が次のように変更されました:Associates an [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) with a pagination cursor. -
[log] ✔ フィールド
EmployerJobSeatsEdge.cursorの説明が次から:Cursor representing this edge for relay pagination次のように変更されました:
This edges pagination cursor. -
[log] ✔ フィールド
EmployerJobSeatsEdge.nodeの説明が次から:This edges EmployerJobSeat次のように変更されました:
The [`EmployerJobSeat`](/api/job/objects/EmployerJobSeat) for this edge. -
[log] ✔ 入力フィールド
FetchAssetsAtsSyncCandidateSyncInput.limitの説明が次から:Maximum assets to return.次のように変更されました:
Maximum number of assets to return. -
[log] ✔ フィールド
FetchAssetsAtsSyncCandidateSyncPayload.tokenの説明が次から:Acknowledgment token for this batch. Include in the next `fetchAssets `call to confirm receipt and get the next batch. If `null`, all assets have been delivered.次のように変更されました:
Acknowledgment token for this batch. Include in the next `fetchAssets` call to confirm receipt and get the next batch. If null, all assets have been delivered. -
[log] ✔ フィールド
JobLocation.cityの説明が次から:The city of the jobs location次のように変更されました:
City of the jobs location. -
[log] ✔ フィールド
JobLocation.countryCodeの説明が次から:The country code of the jobs location次のように変更されました:
Country code of the jobs location. -
[log] ✔ フィールド
JobLocation.fullAddressの説明が次から:The full version of the formatted jobs location次のように変更されました:
Full formatted location of the job. -
[log] ✔ フィールド
JobLocation.postalCodeの説明が次から:The postal code of the jobs location次のように変更されました:
Postal code of the jobs location. -
[log] ✔ フィールド
JobPost.idの説明が次から:IRI of job key次のように変更されました:
[IRI](/getstarted/iris) of the job key. -
[log] ✔ 説明:
The job salaryタイプ
JobSalaryの説明が次のように変更されました:Job salary. -
[log] ✔ フィールド
JobSalary.basePaySpecifiedの説明が次から:Whether the employer explicitly indicated that the pay they’re inputting is a base pay次のように変更されました:
Whether the employer indicated the pay is base pay. -
[log] ✔ フィールド
JobSalary.currencyの説明が次から:ISO 4217 currency code次のように変更されました:
[ISO 4217](https://www.iso.org/iso-4217-currency-codes.html)-formatted currency code. -
[log] ✔ フィールド
JobSalary.maximumMajorの説明が次から:Maximum amount in local MAJOR currency次のように変更されました:
Maximum amount in local major currency. -
[log] ✔ フィールド
JobSalary.maximumMinorの説明が次から:Maximum amount in LOCAL MINOR CURRENCY次のように変更されました:
Maximum amount in local minor currency. -
[log] ✔ フィールド
JobSalary.minimumMajorの説明が次から:Minimum amount in local MAJOR currency次のように変更されました:
Minimum amount in local major currency. -
[log] ✔ フィールド
JobSalary.minimumMinorの説明が次から:Minimum amount in LOCAL MINOR CURRENCY次のように変更されました:
Minimum amount in local minor currency. -
[log] ✔ フィールド
JobSalary.periodの説明が次から:Period to pay次のように変更されました:
Pay period. -
[log] ✔ 説明:
The job salarys periodタイプ
JobSalaryPeriodの説明が次のように変更されました:Salary period for the job. -
[log] ✔ 説明:
64-bit integer scalarタイプ
Longの説明が次のように変更されました:64-bit integer scalar.