graphql 2021-08-07

I’m getting the impression that lacinia is not a graphql client, is that correct?

✔️ 1

if so what other libraries should I look into?

practicalli-johnny 2021-08-17T13:03:20.023Z

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)