git clone https://gist.github.com/37719ba28bde8474c986c93b02672962.git
cd 37719ba28bde8474c986c93b02672962
yarn install
yarn start
$ curl --request POST \
--url 'http://localhost:8080/graphql' \
--header 'content-type: application/json' \
--data '{"query":"{\n someField\n}","variables":{}}'
{"data":{"someField":"Hello, world"}}