Example NodeJS app using Fastify with GraphQLServer
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.