This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-07
Channels
- # announcements (10)
- # babashka (11)
- # beginners (69)
- # calva (1)
- # cider (2)
- # clj-kondo (35)
- # cljdoc (48)
- # cljs-dev (3)
- # clojure (60)
- # clojurescript (10)
- # community-development (6)
- # cursive (4)
- # datahike (1)
- # datalog (33)
- # deps-new (2)
- # depstar (8)
- # docker (24)
- # fulcro (1)
- # graphql (4)
- # honeysql (5)
- # java (2)
- # leiningen (2)
- # missionary (3)
- # off-topic (104)
- # pedestal (8)
- # polylith (18)
- # portkey (3)
- # reagent (7)
- # reveal (1)
- # rewrite-clj (4)
- # shadow-cljs (19)
- # specter (3)
- # tools-deps (2)
I’m getting the impression that lacinia is not a graphql client, is that correct?
✔️ 4
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)