graphql-nodejs-hapi-api
graphql-nodejs-hapi-api copied to clipboard
Upgraded dependencies
After following the tutorial, I wanted to see what changes were needed in order to use the latest versions of the dependencies used.
Two big changes I noticed:
- apollo-server-hapi is no longer used. The same can be accomplished with apollo-server. The official documentation doesn't have any reference to hapi any more.
- hapi was moved to '@hapi/hapi'
Everything seems to work as it did.
Thanks for that blog post 🙏