- Query
projectIssue
is resolved with an object "IssueType:18" - Mutation
issueEdit
is 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
projectIssue
reloaded 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.