Mato Žgajner
Mato Žgajner
We have a use-case that would require canceling requests - some are triggered explicitly using `execute` and some are triggered dynamically, by mutating responsive query variables. Is there any way...
I noticed the following issue - when `skip` callback uses `variables` being passed in, only the default `variables` that were passed in when `useQuery` was called are checked. ```javascript const...
A small bugfix that prevents an error from being thrown when you type `@nomatch` and the suggestions are empty. Closes #39