Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.1.1, 4.2.RC1, 5.0-M1
-
None
-
Patch
Description
If you perform a query that populates the local query cache and then mutate the returned list (by adding an object), this mutation will persist inside the local query cache so that subsequent queries that hit the local query cache will incorrectly include this mutation.