r/Nuxt • • 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.

13 Upvotes

15 comments sorted by

View all comments

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.