Example of a simple GraphQL implementation with JSON Server and GraphiQL.
Clone the repo and run:
$ docker-compose up
The GraphiQL interface will be available at http://localhost:4000/graphql
The JSON Server API will be available at http://localhost:3000