2025-11-16
GraphQL schema change log: 2025-11-16
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
✔ Input field
FindEmployerJobsPartnerFilterInput.jobFeedTypedescription changed from:Filters jobs by their feed type, or source.If feed type is `UNKNOWN`, you can specify two feed types. Otherwise, you can specify only one feed type.If you omit this value, default is `INTEGRATED_FROM_PARTNER` and `UNKNOWN`.To:
Filters jobs by their feed type, or source.If feed type is `UNKNOWN`, you can specify two feed types. Otherwise, you can specify only one feed type.Jobs before June 1, 2025 may have unknown feed type - include `UNKNOWN` to include jobs that could not be classified.If you omit this value, default is `INTEGRATED_FROM_PARTNER`. -
✔ Field
externalPartnerCallToActionwas added to object typeJobPost -
✔ Type
JobPostCallToActionwas added -
✔ Type
JobPostCallToActionInputwas added
-