graphql-server-example A single GraphQL server example. How to run If you have docker, simply run docker-compose run --build -d to build and run the project in docker. If you just wanna run it locally, another way is to run npm run start.