enisdenjo / graphql-yoga-nestjs

Nest GraphQL GraphQL Yoga driver

Home Page:https://the-guild.dev/graphql/yoga-server/docs/integrations/integration-with-nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DI of GraphQLFederationFactory in YogaFederationDriver not work

SirReiva opened this issue · comments

if @nest/graphl and @graphql-yoga/nestjs versions missmatch(patch version) Nestjs DI of GraphQLFederationFactory in YogaFederationDriver not found di token.

#49 fix that

same problem

any ETA to fix this issue?

PRs are welcome to fix the issue. @shoaibsharif

@ardatan #49 seems a fix?

Quick heads up, this has been fixed with #54. Please update to at least @graphql-yoga/nestjs@v0.3.0 and additionally install @nestjs/graphql since it's now a peer dependency.