You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
After updating the variables for a query, if you fire a mutation that has a refetchQueries by string, the Query component should fetch the query with the current variables
Actual outcome:
Only the initial variables are used
Version
apollo-client@2.4.2
react-apollo@2.1.11
The text was updated successfully, but these errors were encountered:
Intended outcome:
After updating the variables for a query, if you fire a mutation that has a refetchQueries by string, the Query component should fetch the query with the current variables
Actual outcome:
Only the initial variables are used
Version
The text was updated successfully, but these errors were encountered: