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
- 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).
- If you rely on GraphiQL configuration, adjust your code to use the new logo and favicon options.
- 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