Show HN: GraphQL Client Library for Clojure
github.comHey HN!
This is a library I've been working on for Clojure. There are other libraries out there which do something similar, but they are to DSL-ish for my taste.
Therefore, decided to write my own w/ hiccup-like syntax while attempting to stay as true to GraphQL spec/idioms. There are a couple small things which are different (i.e. aliases and directives).
For the most part, I think it is promising. Especially once I have the time to implement support for CLJS & different client implementations (i.e. http on jvm, ajax/fetch on js/node).
Would love some feedback, if you think there are things I am missing/not considering.
No comments yet.