dulnan / nuxt-graphql-middleware

GraphQL in the backend, fetch in the frontend. With TypeScript support.
https://nuxt-graphql-middleware.dulnan.net
MIT License
57 stars 11 forks source link

Expose plugin as independent object #7

Closed dulnan closed 1 year ago

dulnan commented 2 years ago

So that the plugin can be used in server middlewares

dulnan commented 1 year ago

With Nuxt 3 it is now possible to use the query and mutation composables in custom server routes.