2026-05-04
GraphQLスキーマ変更ログ: 2026-05-04
📘 ドキュメント: GraphQLスキーマおよびGraphQL APIリファレンスを次の変更内容で更新しました:
-
[log] ✔ 入力フィールド
SourcedJobPostingFineGrainedJobSalaryInput.fixedOvertimeSalaryMinorの説明が次から:Fixed overtime pay amount not included in base pay, in minor currency units.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250次のように変更されました:
Fixed overtime pay above base pay, in minor currency units. Must be greater than zero. Zero values can affect job visibility.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250 -
[log] ✔ 入力フィールド
SourcedJobPostingFineGrainedJobSalaryInput.totalSalaryMinorの説明が次から:Total salary for the period, in minor currency units.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250次のように変更されました:
Total salary for the period, in minor currency units. Must be greater than zero. Zero values can affect job visibility.**Examples**: $102.50 → 10250, €102.50 → 10250, £102.50 → 10250, ¥10250 → 10250 -
[log] ✔ 説明:
Structured salary information in minor currency units (cents for US, yen for Japan).Use `maximumMinor` and `minimumMinor` for a range, set both to the same value for fixed salary, or set only `minimumMinor` for minimum-only salary.`currency`: [ISO-4217 codes](https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(List_One)) (USD, JPY).`salaryFrequency`: hour, day, week, month, mile, or year.タイプ
SourcedJobPostingSalaryInputの説明が次のように変更されました:Structured salary information in minor currency units (cents for US, yen for Japan).Use `maximumMinor` and `minimumMinor` for a range, set both to the same value for fixed salary, or set only `minimumMinor` for minimum-only salary.`currency`: [ISO-4217 codes](https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(List_One)) (USD, JPY).`salaryFrequency`: hour, day, week, month, mile, or year.Don't pass `0` in pay fields. Zero values can affect job visibility. -
[log] ✔ 入力フィールド
SourcedJobPostingSalaryInput.maximumMinorの説明が次から:Maximum amount in the local minor currency.次のように変更されました:
Maximum amount in the local minor currency. Must be greater than zero. Zero values can affect job visibility. -
[log] ✔ 入力フィールド
SourcedJobPostingSalaryInput.minimumMinorの説明が次から:Minimum amount in the local minor currency.次のように変更されました:
Minimum amount in the local minor currency. Must be greater than zero. Zero values can affect job visibility.