DEV Community

Cover image for GraphQL Yoga NestJS integration now supports NestJS v9 and Yoga v3
TheGuildBot for The Guild

Posted on • Updated on • Originally published at the-guild.dev

GraphQL Yoga NestJS integration now supports NestJS v9 and Yoga v3

This article was published on Tuesday, December 6, 2022 by Denis Badurina @ The Guild Blog

The latest version
v0.2.0 of @graphql-yoga/nestjs,
the NestJS GraphQL Yoga driver, added support for NestJS v9.

That also includes updating GraphQL Yoga to the latest
v3 release with all its new features!

NestJS V9

Just recently, NestJS, a framework for building efficient, scalable Node.js server-side
applications, has released a new version v9. Fixes and improvements are encompasing the complete
framework, be sure to do an update!

Read more about the new release on the
"NestJS v9 is now available!" announcement.

NestJS V8 Still Supported

Even with the added v9 support, v8 will still be supported. You do not have to make any adjustments
to your code.

Migrating from NestJS V8

We recommend you consult the great
Migration guide from NestJS for migrating NestJS itself
and simply doing an update to
v0.2.0 of @graphql-yoga/nestjs.

We love supporting our NestJS users and the NestJS community as a whole. We see more and more NestJS
developers migrating to Yoga, the best and most feature rich GraphQL server out there.

Please try it out, share with us your feedback and let us know how we can make NestJS developers
lives better!

Top comments (0)