release-1738856031289
📦 graphql-yogaView on GitHub →
✨ 2 features🔧 5 symbols
Summary
graphql-yoga 5.11.0 adds configurable GraphiQL endpoint and customizable GraphQLParams handling via new plugin hooks.
✨ New Features
- Add ability to configure the endpoint used by GraphiQL to send requests.
- Introduce plugin hook to replace or wrap GraphQLParams handling via onParams and setParamsHandler, allowing custom logic (e.g., AsyncLocalStorage).