Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(graphcache): mutation would cause dependent operations and reexec…
…uting operations become the same set The PR urql-graphql#2761 moved `reexecutingOperations = dependentOperations` assignment into `if (operation.kind === 'query')` guard. Thus after a completion of mutation, `dependentOperations = _reexecutingOperations` make reexecuting and dependent operations the same set object.
- Loading branch information