schema-stitching icon indicating copy to clipboard operation
schema-stitching copied to clipboard

🪡 GraphQL Schema Stitching - Combine any kind of GraphQL APIs into one larger API without vendor-locking

Results 18 schema-stitching issues
Sort by recently updated
recently updated
newest added

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/concurrently/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/concurrently/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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...

dependencies
javascript

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...

dependencies
javascript

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

dependencies

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/15.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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...