I’m getting the impression that lacinia is not a graphql client, is that correct?
if so what other libraries should I look into?
https://github.com/oliyh/re-graph also works on the JVM.
A useful tool for writing queries when connected to a GraphQL endpoint is https://studio.apollographql.com/ Sending GraphQL queries from within Clojure code can be done with any library that can create an http POST request, e.g clj-http or httpkit client (there are probably many web app libraries for this too)