Minor Changes
- Improve granularity of
operationStore
updates whenquery
,variables
, andcontext
are changed. This also adds anoperationStore(...).reexecute()
method, which optionally accepts a new context value and forces an update on the store, so that a query may reexecute, by @kitten (See #1780)