This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-29
Channels
- # admin-announcements (1)
- # announcements (20)
- # babashka (43)
- # beginners (134)
- # calva (2)
- # clerk (7)
- # cljdoc (9)
- # clojars (8)
- # clojure (91)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-norway (13)
- # clojure-uk (1)
- # clojurescript (5)
- # datahike (3)
- # docker (2)
- # emacs (6)
- # fulcro (7)
- # graphql (9)
- # honeysql (24)
- # improve-getting-started (5)
- # introduce-yourself (1)
- # lambdaisland (1)
- # luminus (3)
- # malli (3)
- # nbb (19)
- # off-topic (22)
- # pathom (1)
- # portal (3)
- # practicalli (1)
- # rdf (26)
- # reagent (29)
- # reitit (9)
- # shadow-cljs (15)
- # spacemacs (3)
- # sql (4)
- # tools-build (30)
- # xtdb (41)
Does anyone know of any clojure(script) “GraphQL query as data” libraries?
Not entirely sure I understand the question, but perhaps #pathom might be what you are looking for?
I don’t think pathom is comparable; as I understand it, it’s more of a complete replacement for GraphQL; rather than a way to build GraphQL queries from clojure data. I’m basically looking for something like honeysql, but for GraphQL. EQL which pathom is based on could in principle serve as a data syntax; but I don’t think there is a 1-1 mapping to all GraphQL query features… e.g. not sure it can support directives or even field arguments (though I might be wrong on the later)
ok looks like it supports field arguments (params)