Fork me on GitHub
#announcements
<
2020-03-06
>
oliy22:03:58

Hi everyone, I'm pleased to announce the release of https://github.com/oliyh/re-graph. re-graph is a GraphQL client for Clojurescript and Clojure with re-frame bindings and support for queries, subscriptions and mutations over websocket or HTTP. This release in particular has had a lot of contributions from the community for which I am very thankful! This release changes: • The signature of the `mutate` function which incorrectly took a single vector but now takes varargs in the same way as `query` https://github.com/oliyh/re-graph/pull/55 (thanks https://github.com/loomis) This release adds support for: • Synchronous `mutate` and `query` (Clojure only) https://github.com/oliyh/re-graph/pull/56 (thanks https://github.com/loomis) • Specifying the websocket sub-protocol https://github.com/oliyh/re-graph/issues/53 https://github.com/oliyh/re-graph/pull/62 (thanks https://github.com/jmarca) • Aborting operations via HTTP (experimental) https://github.com/oliyh/re-graph/issues/50 This release improves: • Error handling will no longer overwrite the status or message from the server if they are present https://github.com/oliyh/re-graph/pull/54 (thanks https://github.com/loomis) • The examples in the readme https://github.com/oliyh/re-graph/pull/57 https://github.com/oliyh/re-graph/pull/61 (thanks https://github.com/viebel) Available now on Clojars https://github.com/oliyh/re-graph

👍 48
clj 8
💡 4