Re: [ANN] re-graph 0.1.8 - the GraphQL client for Clojurescript

2019-03-06 Thread Oliver Hine
Thanks, I hadn't considered that was anything special - I'll update the readme. I've not come across any issues with js->clj nor had any reports of any, but thanks for drawing it to my attention. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To po

Re: [ANN] re-graph 0.1.8 - the GraphQL client for Clojurescript

2019-03-05 Thread Matching Socks
It dresses up HTTP failures in the GraphQL error structure so the user has to cope with only one failure channel. Is that what everyone does? Anyway, I did not see that spelled out in the Readme. It looks like a useful feature! By the way, I see it uses cljs-http, which in turn uses clj->js

[ANN] re-graph 0.1.8 - the GraphQL client for Clojurescript

2019-03-05 Thread Oliver Hine
Hi everyone, I'm pleased to announce the release of re-graph 0.1. 8. re-graph is a GraphQL client for Clojurescript with re-frame bindings and support for queries, subscriptions and mutations over websocket or HTTP This release *fixes*: - Query and mutate