Settings

Theme

Show HN: GraphQL Client Library for Clojure

github.com

2 points by bnert 3 years ago · 0 comments · 1 min read

Reader

Hey 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection