This example leverages the lacinia engine and provides a GraphiQL endpoint to interact with the API.
To run the server:
# In Shell 0
$ clj -M -m server.coreTo open GraphiQL, open your preferred browser and navigate to
http://localhost:9110/graphiql, or via shell:
$ open http://localhost:9110/graphiql