2025-08-27
GraphQLスキーマ変更ログ: 2025-08-27
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
✔ Input field
AtsSyncCandidateSyncApplicantDetailsInput.attachmentsdescription, changed from:File attachments for this applicationMay include multiple resumes, cover letters, and other attachments. Only theresume marked as primary will be parsed and used for matching/rankingapplicants.to:
File attachments for this applicationMay include multiple resumes, cover letters, and other attachments.Only one attachment of type `RESUME` and one attachment of type`COVER_LETTER` may be included; use the `OTHER_RESUME` and`OTHER_COVER_LETTER` types(respectively) to include other resumes/coverletters.Only the resume of type `RESUME` will be parsed and used formatching/ranking applicants. -
✔ Type
DataFrequencywas added -
✔ Type
DataGranularitywas added -
✔ Type
FindHiringLabCountriesFilterInputwas added -
✔ Type
FindHiringLabCountriesPayloadwas added -
✔ Type
FindHiringLabCountriesPublicInputwas added -
✔ Type
FindHiringLabDatasetPayloadwas added -
✔ Type
FindHiringLabGeographiesFilterInputwas added -
✔ Type
FindHiringLabGeographiesPayloadwas added -
✔ Type
FindHiringLabGeographiesPublicInputwas added -
✔ Type
FindHiringLabRegionsFilterInputwas added -
✔ Type
FindHiringLabRegionsPayloadwas added -
✔ Type
FindHiringLabRegionsPublicInputwas added -
✔ Type
FindHiringLabSectorsFilterInputwas added -
✔ Type
FindHiringLabSectorsPayloadwas added -
✔ Type
FindHiringLabSectorsPublicInputwas added -
✔ Type
GeographyTypewas added -
✔ Type
HiringLabCountrywas added -
✔ Type
HiringLabDatasetwas added -
✔ Type
HiringLabGeographywas added -
✔ Type
HiringLabGranularitywas added -
✔ Type
HiringLabRegionwas added -
✔ Type
HiringLabSectorwas added -
✔ Description:
A phone number string formatted using E.164 format (e.g. +12024561111) ontype PhoneNumberHas changed to:
64-bit signed integer -
✔ Field
allHiringLabDatasetsPublicwas added to object typeQuery -
✔ Field
findHiringLabCountriesPublicwas added to object typeQuery -
✔ Field
findHiringLabGeographiesPublicwas added to object typeQuery -
✔ Field
findHiringLabRegionsPublicwas added to object typeQuery -
✔ Field
findHiringLabSectorsPublicwas added to object typeQuery -
✔ Input field
UpdateSourcedJobPostingBodyInput.descriptiondescription, changed from:Update the description of the job posting. Set to `null` or exclude thisfield to make no changes. Must be between 30 and 20,000 characters.to:
Update the description of the job posting. Set to `null` or exclude thisfield to make no changes. Must be between 30 and 20,000 characters. -
✔ Input field
UpdateSourcedJobPostingBodyInput.titledescription, changed from:Update the title of the job posting. Set to `null` or exclude this field tomake no changes.to:
Update the title of the job posting. Set to `null` or exclude this fieldto make no changes.The maximum length for the job title should not exceed 75 characters.
-