learnapollo / pokedex-react

A Pokedex App using and teaching Apollo and React
http://learnapollo.com
MIT License
47 stars 16 forks source link

Composing mutations #2

Open sedubois opened 7 years ago

sedubois commented 7 years ago

Supposedly, you can better combine mutations with (the undocumented...) compose: https://github.com/apollostack/react-apollo/pull/194

marktani commented 7 years ago

cool, thanks for the pointer!