enisdenjo / graphql-yoga-nestjs

Nest GraphQL GraphQL Yoga driver
https://the-guild.dev/graphql/yoga-server/docs/integrations/integration-with-nestjs
25 stars 11 forks source link

Upcoming driver API change #84

Closed CarsonF closed 1 year ago

CarsonF commented 1 year ago

Hey I was just looking around and found this repo. I recently refactored the driver methods so that schema generation is independent of driver start/stop. https://github.com/nestjs/graphql/pull/2435

It hasn't been released yet, but I wanted to give you a heads up as it would be a breaking change for you.

enisdenjo commented 1 year ago

Oh, thanks for the heads up! I'll take a look. 😄

CarsonF commented 1 year ago

Looks like it got released as v11. That may make it easier for you to do a major release as well dropping support for v10.

enisdenjo commented 1 year ago

Awesome, thank you! I hope to release the v1 of Yoga + Nest driver this week. 😄

enisdenjo commented 1 year ago

Closed in https://github.com/dotansimha/graphql-yoga/pull/2525.