Anders Ringqvist
1 min readMay 7, 2018

--

Hey Jeff,

at first when I found your article I though “Yes! At last somone has cracked this nut” but then I found https://github.com/graphql/graphql-js/issues/221.

It seems as even if the approach you describe “works” there is a huge “gotcha” devs need to be aware of and that is that the mutations are not guaranteed to be executed sequentially as the GraphQL spec stipulates. Your mutations will behave more like queries that are resolved async.

Or maybe I missunderstood the information I gathered from different places.

--

--