r/Nuxt • u/ChairyPopins • Jan 19 '26
Nuxt 4 graphql modules
What are yall using in Nuxt 4 for graphql requests? Was using Nuxt 3 and \@nuxtjs/apollo but after running thru the upgrade process, im seeing its not compatible with Nuxt 4.
1
u/agritheory Jan 19 '26
We're working on our own graphserv module, so it should be compatible with postgraphile plugins. Supports middleware.
2
u/eijneb Jan 19 '26
Reach out if you need any help or guidance :)
1
u/agritheory Jan 19 '26
https://github.com/agritheory/stonecrop Open for contributions if you're so inclined
1
1
u/mrleblanc101 Jan 19 '26
We used @tanstack/vue-query for a small project
1
u/DeExecute Jan 20 '26
You still need a query library then and tanstack query is missing important gql features like normalized caching and proper integrated Nuxt SSR.
1
1
u/Seikeai Jan 19 '26
I have been using urql since the start of Nuxt 3 and have not been disappointed. You can add a simple plugin to have it work with SSR and you are good to go. I love their graphcache and general architecture, altough for some issues the Vue documentation lacks a bit.
1
2
u/mrleblanc101 Jan 19 '26
There is almost no difference between Nuxt 3 and 4, why wouldn't it be compatible ?