Fork me on GitHub
#graphql
<
2021-08-07
>
pinealan08:08:59

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

✔️ 4
pinealan08:08:20

if so what other libraries should I look into?

practicalli-johnny13:08:20

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)