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

Upcoming driver API change

CarsonF opened this issue · comments

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.
nestjs/graphql#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.

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

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.

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