Tim de Booij
Tim de Booij
I'm running into the exact same problem. It seems to be caused by the dependency on `vue-cli-plugin-apollo` wich has not been updated in 3 years. Any ideas are appreciated.
Can anyone take a look at this or help me in the right direction?
I created a PR to fix this https://github.com/dotansimha/graphql-code-generator-community/pull/659 but so far have not heard anything
We are running into the same problem using Google Auth. Did you manage to get this to work by any chance?
It seems that this is happening whenever you has a root variable named `error`. Both of these will throw the error: ```ts const { data, error } = useMyQuery() const...
Hi guys, Is there any statusupdate on this issue? In the [gh discussion](https://github.com/nuxt-modules/i18n/discussions/1287#discussioncomment-3042457) I see the following line: > Fortunately, the latest stable version of nuxtjs/i18n, v7.2.2 works in the...