Axel

Results 3 issues of Axel

Hey! This is probably an issue based on my lack of knowledge about Nuxt. But I can't find a way to solve it. I have a Nuxt middleware that makes...

bug

Hey! I have a use case where I have a textbox that triggers a graphql query on input (debounced 300ms). It's neccessary to cancel previous requests and only handle the...

I'm using ```useAsyncGql``` to run a mutation. I'm defining it in the component setup, but I want to defer running the mutation until a button is clicked. When the button...