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

Failed to import useQuery #623

Open DrewTJohnson opened 3 weeks ago

DrewTJohnson commented 3 weeks ago

Environment

Describe the bug

When trying to use the composable useQuery() I get the following error:

Screenshot 2024-06-06 at 2 52 57 PM

Expected behaviour

Should be able to use the composable and get results back. Instead get the error in the screenshot.

Reproduction

No response

Additional context

No response

Logs

No response