release-1762271495785
Breaking Changes📦 graphql-yoga
⚠ 2 breaking🔧 4 symbols
Summary
graphql-yoga 5.16.1 and related packages receive dependency updates, removal of the unused `graphqlEndpoint` option, and the `dset` dependency, requiring minor migration steps.
⚠️ Breaking Changes
- Removed the unused `graphqlEndpoint` option from the NestJS driver, which may break code that relied on it. Update configuration to use the new driver settings.
- Removed the `dset` dependency from graphql-yoga, which could break projects that imported it directly. Install `dset` separately if still needed.
Migration Steps
- If you were using the `graphqlEndpoint` option in @graphql-yoga/nestjs, remove it from your NestJS configuration.
- If your code imported `dset` from graphql-yoga, add `dset` as a direct dependency.
- Upgrade @graphql-tools/url-loader to 9.0.1 if you depend on it.
- Upgrade graphql to 16.12.0 if you depend on it.
- Upgrade @whatwg-node/server to ^0.10.14.
🔧 Affected Symbols
graphql-yoga@graphql-yoga/graphiql@graphql-yoga/nestjsgraphqlEndpoint