GraphQLServer example using Express.js and prom-client
To install the necessary dependencies run npm install. To run the server execute npm start. It will run a http server using GraphQLServer on localhost:7070/graphql with the user example schema and resolvers from the @dreamit/graphql-server
project.