Example NodeJS app using hapi with GraphQLServer (does not work yet, waiting for executeRequest function)
To install the necessary dependencies run npm install. To run the server execute npm start. It will run a Fastify server using GraphQLServer on localhost:7070/graphql with the user example schema and resolvers from the @dreamit/graphql-server project.