Hey HN!<p>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.<p>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).<p>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).<p>Would love some feedback, if you think there are things I am missing/not considering.