retro / graphql-builder

GraphQL client library for Clojure and ClojureScript
MIT License
184 stars 15 forks source link

Implement composed mutations #19

Closed mharju closed 4 years ago

mharju commented 4 years ago

Added composed mutations as a separate generator.

I added the test provided by @gdw2 with query replaced with mutation. I also added a short section in the README.

Any comments are appreciated!

mharju commented 4 years ago

Do I also bump the version in this PR or do you handle it in a separate commit?

retro commented 4 years ago

Version 0.1.11 is released with this PR merged 🎉. Thank you