GraphQL - first steps
I was following Flavio Copes' tutorial
[https://flaviocopes.com/graphql-node-express/] on creating a basic GraphQL
server in Express the other day. The tutorial was good, but I realised at the
end that it didn't give you an example of a query to actually see the resolvers
in