schema-stitching
schema-stitching copied to clipboard
🪡 GraphQL Schema Stitching - Combine any kind of GraphQL APIs into one larger API without vendor-locking
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`7.18.0` -> `8.8.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.18.0/8.8.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [concurrently](https://redirect.github.com/open-cli-tools/concurrently) | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/concurrently/8.2.2/9.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.0.5 to 3.1.6. Release notes Sourced from dompurify's releases. DOMPurify 3.1.6 Fixed an issue with the execution logic of attribute hooks to prevent bypasses, thanks @kevin-mizu Fixed...
Bumps [dset](https://github.com/lukeed/dset) from 3.1.2 to 3.1.4. Release notes Sourced from dset's releases. v3.1.3 Patches Add "types" export conditions for TypeScript "nodenext"/"node16" resolution: #40 Thank you @Akkuma Full Changelog: https://github.com/lukeed/dset/compare/v3.1.2...v3.1.3 Commits...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | [`15.2.5` -> `15.3.1`](https://renovatebot.com/diffs/npm/next/15.2.5/15.3.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
I'm trying to use @defer and I get the following behaviour: the query result is returned like there's no defer (so as slow as the slowest field). I have a...