Closed Politanskyi closed 2 years ago
Check out the documentation for @urql/vue here, it states that Each of these inputs may also be reactive (e.g. a ref) and are allowed to change over time which will issue a new query.
So making your queryVariables reactive and changing its properties should re-trigger the query automatically (i.e. the result from the query is also reactive).
After a successful request, I want to get more results using the function executeQuery, but even when changing the parameters, I always get the same result, it feels like it just won't accept the passed parameters!