- Query
projectIssueis resolved with an object "IssueType:18" - Mutation
issueEditis called and returns the same object with updatedattachments - Object "IssueType:18" is updated correctly in cache (checked in Apollo DevTool and also manually by
store.readFragment) - Query
projectIssuereloaded from cache automatically, but this this it doesn't return object
In Apollo DevTool I see this field in root query: issue({"issueId":"18","project":"IEP001"}): IssueType:18.
I believe the query should be updated when object IssueType:18 in cache is updated,
but when it happens, the object is empty.