Closed zackha closed 2 months ago
Hey @zackha both nuxt-graphql-request
& nuxt-graphql-client
use https://github.com/jasonkuhrt/graphql-request under the hood.
The last update was 2 months ago and I will keep maintaining whenever there's an update on the graphql-request
library.
See nuxt-graphql-request
as a dead simple wrapper of graphql-request
where as nuxt-graphql-client
includes composables & codegen.
Hope that makes sense ✌🏻
Hey @Gomah
Thanks for the information, it was very clear. ✌🏻
Hi @Gomah,
I am currently using the
nuxt-graphql-request
module in my project NuxtCommerce Previously, I was using the@nuxtjs/apollo
module, but due to versioning issues and the fact that Dizzayy is no longer maintaining@nuxtjs/apollo
, I decided to switch tonuxt-graphql-request
. However, it seems that this module is also not being updated. Do you have any plans regarding this module? Or would you recommend that I use thenuxt-graphql-client
module in my project instead?Best,