Change8

Migrating to GraphQL Yoga release-1762271495785

Version release-1762271495785 introduces 2 breaking changes. This guide details how to update your code.

Released: 11/4/2025

2
Breaking Changes
5
Migration Steps
4
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

graphql-yoga@graphql-yoga/graphiql@graphql-yoga/nestjsgraphqlEndpoint

Breaking Changes

Issue #1

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.

Issue #2

Removed the `dset` dependency from graphql-yoga, which could break projects that imported it directly. Install `dset` separately if still needed.

Migration Steps

  1. 1
    If you were using the `graphqlEndpoint` option in @graphql-yoga/nestjs, remove it from your NestJS configuration.
  2. 2
    If your code imported `dset` from graphql-yoga, add `dset` as a direct dependency.
  3. 3
    Upgrade @graphql-tools/url-loader to 9.0.1 if you depend on it.
  4. 4
    Upgrade graphql to 16.12.0 if you depend on it.
  5. 5
    Upgrade @whatwg-node/server to ^0.10.14.

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

Need More Details?

View the full release notes and all changes for GraphQL Yoga release-1762271495785.

View Full Changelog