2026-03-11
GraphQLスキーマ変更ログ: 2026-03-11
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ✔ フィールド
ClearSourcedJobPostingUpdateResult.jobPostingの説明が次から:Job posting for the requested clear. `null `if updates were not cleared.次のように変更されました:
Job posting that was cleared. null if no updates were cleared. -
[log] ✔ フィールド
ClearSourcedJobPostingUpdatesPayload.resultsの説明が次から:Results for each clear operation.Array values are non-null, but `jobPosting` can be `null` if updates were not cleared.次のように変更されました:
Results for each clear operation.Array values are non-null, but `jobPosting` can be null if updates were not cleared. -
[log] ✔ 説明:
Specifies the format of the job description content.タイプ
DescriptionFormattingの説明が次のように変更されました:Format of the job description content. -
[log] ✔
enum値DescriptionFormatting.HTMLの説明が次から:Description should be processed as HTML to HTML format. -
[log] ✔
enum値DescriptionFormatting.TEXTの説明が次から:Description is in plain text formatThis is the default format if not specified.次のように変更されました:
Plain text format. Default if not specified. -
[log] ✔ フィールド
JobsIngestMutations.clearSourcedJobPostingUpdatesの説明が次から:Clears updates from the updateSourcedJobPostings mutation.次のように変更されました:
Clears updates from the `updateSourcedJobPostings` mutation. -
[log] ✔ フィールド
JobsIngestMutations.updateSourcedJobPostingsの説明が次から:Updates a sourced job. Caller must have claimed the job source. Accepts only one update per call. Multiple updates cause an error.次のように変更されました:
Updates a sourced job. The caller must have claimed the job source. Accepts one update per call; multiple updates cause an error. -
[log] ✔ フィールド
SourcedJobPostingUpdate.employerJobIdの説明が次から:Employer job ID (base64-encoded IRI).次のように変更されました:
Employer job ID (base64-encoded [IRI](/getstarted/iris)). -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.companyNameの説明が次から:Company name (max 200 characters). Omit or set to `null` for no change.次のように変更されました:
Company name (max 200 characters). Omit or set to null for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.descriptionの説明が次から:Job description (30–20,000 characters). Omit or set to `null` for no change.次のように変更されました:
Job description (30–20,000 characters). Omit or set to null for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.jobLocationの説明が次から:Job location. Omit or set to `null` for no change.次のように変更されました:
Job location. Omit or set to null for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.salaryの説明が次から:Job salary. Omit or set to `null` for no change.次のように変更されました:
Job salary. Omit or set to null for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingBodyInput.titleの説明が次から:Job title (max 75 characters). Omit or set to `null` for no change.次のように変更されました:
Job title (max 75 characters). Omit or set to null for no change. -
[log] ✔ フィールド
UpdateSourcedJobPostingResult.jobPostingの説明が次から:Job posting for the requested update. `null` if the update was not accepted.次のように変更されました:
Job posting for the update. null if the update was not accepted. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.currencyの説明が次から:Salary currency in ISO 4217 format (such as `USD`). Omit or set to `null` for no change.次のように変更されました:
Salary currency in ISO 4217 format (such as `USD`). Omit or set to null for no change. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.maximumMinorの説明が次から:Maximum amount in local minor currency. Omit or set to `null` to clear.次のように変更されました:
Maximum amount in local minor currency. Omit or set to null to clear. -
[log] ✔ 入力フィールド
UpdateSourcedJobPostingSalaryInput.minimumMinorの説明が次から:Minimum amount in local minor currency. Omit or set to `null` to clear.次のように変更されました:
Minimum amount in local minor currency. Omit or set to null to clear. -
[log] ✔ フィールド
UpdateSourcedJobPostingsPayload.resultsの説明が次から:Results for each update. Array values are non-`null`, but `jobPosting` can be `null` if the update was not accepted.次のように変更されました:
Results for each update. Array values are non-null, but `jobPosting` is null if the update was not accepted.