mobxjs / mst-gql

Bindings for mobx-state-tree and GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partial data returned is ignored?

scoobyshi opened this issue · comments

It seems that when the mst-gql client receives an error object, but still receives data from the back-end, that it is ignoring the partial data returned, and does not merge this data into the MST store? This may make sense as default behaviour, but is there a way to override this? I tried searching the repo for similar issues logged, or any configuration in the query options, but could not find anything that suggested this was possible.