Hi everyone, I'm pleased to announce the release of re-graph 0.1.1 <https://github.com/oliyh/re-graph/releases/tag/0.1.1>. 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 *adds support* for: - Mutations <https://github.com/oliyh/re-graph/pull/6> - use the ::mutate event. Thanks to @r0man <https://github.com/r0man> This release *changes*: - Callback events <https://github.com/oliyh/re-graph/issues/7> now receive the entire payload map, consisting of :data and :error keys and possibly more. This is a *breaking change* and any existing callback events will need to destructure the payload map to obtain the :data value which was passed in previously. See the README or tests for examples. This change was added in order to provide better support for error handling, as it now gives you access to the :error key, if present, to use in this workflow. Thanks again to @r0man <https://github.com/r0man> It's available now on Clojars. Thanks and enjoy, Oliy -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.