Change8

release-1752243977734

📦 graphql-yoga
2 features🔧 2 symbols

Summary

graphql-yoga 5.15.0 introduces configurable GraphiQL branding and exports new GraphiQL configuration types, while all related @graphql-yoga packages are updated to depend on this version.

Migration Steps

  1. Update all @graphql-yoga/* packages to the versions listed in the release (e.g., @graphql-yoga/graphiql@4.4.0, graphql-yoga@5.15.0, and related plugins).
  2. If you rely on GraphiQL configuration, adjust your code to use the new logo and favicon options.
  3. Import GraphiQLPluginConfig or GraphiQLOptionsOrFactory from graphql-yoga if you need to customize GraphiQL options.

✨ New Features

  • Configurable GraphiQL logo and favicon added (available in @graphql-yoga/graphiql@4.4.0 and graphql-yoga@5.15.0).
  • Exported GraphiQLPluginConfig and GraphiQLOptionsOrFactory from graphql-yoga@5.15.0.

🔧 Affected Symbols

GraphiQLPluginConfigGraphiQLOptionsOrFactory