nuxt-graphql-client
nuxt-graphql-client copied to clipboard
Unable to use GraphQL Server hosted via Nuxt API Route
Use Server middleware to inject the client to the event.context
event.context
Having the same issue. Can you please provide an example ? Thanks @c-schwan
A workaround could be to use a schema
instead in your nuxt.config.ts
Have you found solution?