Gomah / nuxt-graphql-request

Easy Minimal GraphQL client integration with Nuxt.js.
https://nuxt-graphql-request.vercel.app
MIT License
193 stars 16 forks source link

Inquiry Regarding Future Support for nuxt-graphql-request Module #65

Closed zackha closed 2 weeks ago

zackha commented 3 weeks ago

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 to nuxt-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 the nuxt-graphql-client module in my project instead?

Best,

Gomah commented 3 weeks 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 ✌🏻

zackha commented 3 weeks ago

Hey @Gomah

Thanks for the information, it was very clear. ✌🏻