2024-11-11
GraphQLスキーマ変更ログ: 2024-11-11
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
✔ Input field
SourcedJobPostingSalaryInput.perioddescription, changed from:Period to pay.This value also applies to other fields within this input object. Forexample, if `period == MONTHLY`, then working hours under`fineGrainedSalaryInformation` are the expected number of working hoursper month.To ensure your job appears on Indeed, one of the following values isrecommended:* `DAY`* `HOUR`* `MILE`* `MONTH`* `WEEK`* `YEAR`* `TASK`Note: If `TASK` is selected, field `taskBasedSalaryInformation` must also beprovided.次のように変更されました:
Period to pay.This value also applies to other fields within this input object. Forexample, if `period == MONTHLY`, then working hours under`fineGrainedSalaryInformation` are the expected number of working hoursper month.To ensure your job appears on Indeed, one of the following values isrecommended:* `DAY`* `HOUR`* `MILE`* `MONTH`* `WEEK`* `YEAR`* `TASK`* `SHIFT`Note: If `TASK` is selected, field `taskBasedSalaryInformation` must alsobe provided.
-