February 06, 2025
·
128 commits
to main
since this release
@graphql-yoga/apollo-link@3.11.0
@graphql-yoga/urql-exchange@3.11.0
graphql-yoga@5.11.0
Minor Changes
-
#3727
5fd15b8
Thanks @EmrysMyrddin! - Allow to configure the endpoint used by
GraphiQL to send requests. -
#3736
d13b8a4
Thanks @ardatan! - Now it is possible to replace or wrap the logic
howGraphQLParams
handled;By default Yoga calls Envelop to handle the parameters, but now you can replace it with your own
logic.Example: Wrap the GraphQL handling pipeline in an
AsyncLocalStorage
function myPlugin(): Plugin { const context = new AsyncLocalStorage(); return { onParams({ paramsHandler, setParamsHandler }) { const store = { foo: 'bar' } setParamsHandler(payload => context.run(store, paramsHandler, payload)) } }
@graphql-yoga/nestjs@3.11.0
Patch Changes
@graphql-yoga/nestjs-federation@3.11.0
Patch Changes
- Updated dependencies []:
- @graphql-yoga/nestjs@3.11.0
- @graphql-yoga/plugin-apollo-inline-trace@3.11.0
@graphql-yoga/plugin-apollo-inline-trace@3.11.0
Patch Changes
@graphql-yoga/apollo-managed-federation@0.9.0
Patch Changes
@graphql-yoga/plugin-apollo-usage-report@0.6.0
Patch Changes
- Updated dependencies
[5fd15b8
,
d13b8a4
]:- graphql-yoga@5.11.0
- @graphql-yoga/plugin-apollo-inline-trace@3.11.0