nuxt-modules / apollo

Nuxt.js module to use Vue-Apollo. The Apollo integration for GraphQL.
https://apollo.nuxtjs.org
MIT License
929 stars 194 forks source link

UseQuery fetchResults and debounce options not working #532

Open gijsstegehuis opened 11 months ago

gijsstegehuis commented 11 months ago

Your use case

I noticed the debounce and fetchResults options are not working on UseQuery. Vue apollo does provide it: https://v4.apollo.vuejs.org/api/use-query.html

The solution you'd like

To be able to use any options provided by Nuxt Apollo

Possible alternatives

No response

Additional information

No response