nuxt4-graphql-client
v1.0.6
Published
[](https://nuxt-graphql-client.web.app)
Maintainers
Readme
⚡️ Minimal GraphQL Client + Code Generation for Nuxt
Features
- Zero Configuration
- 🚀 Nuxt 3+4 Support
- Solves missing fragments on server functions
- Full Typescript Support
- HMR (Hot Module Reload) for GraphQL documents
- Minimal GraphQL Client + Code Generation
Preview
💻 Development
- Clone this repository
- Make sure you have pnpm v10+ installed (you can check with
pnpm -v). If not, runnpm install -g pnpmto get the latest version. - Install dependencies using
pnpm install - Generate types using
pnpm dev:prepare - Open playground with
pnpm dev
Credits
nuxt-graphql-client is developed by @diizzayy.
Special thanks to @danielroe for helping me navigate and making this possible!

