graphql-nodejs-hapi-api icon indicating copy to clipboard operation
graphql-nodejs-hapi-api copied to clipboard

Upgraded dependencies

Open netrebel opened this issue 5 years ago • 0 comments

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:

  1. 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.
  2. hapi was moved to '@hapi/hapi'

Everything seems to work as it did.

Thanks for that blog post 🙏

netrebel avatar Sep 12 '19 04:09 netrebel