| I have done implementation however it proven to be hard to perform cache updates as:
- we do not know what is the top level type from document (this is in schema)
- update can affect multiple objects.
I have tried to work with delete directive but it's really hard to resolve this problem completely: https://github.com/aerogear/aerogear-js-sdk/compare/delete-support |