Closed nonlinearcom closed 1 year ago
Hey @nonlinearcom,
Pretty busy right now but will have a look whenever I can!
How about nuxt3 compatibility? We have release conadidate.
@gustawdaniel This might help you in the meantime https://github.com/diizzayy/nuxt-graphql-client
@Gomah we are getting ready to move our fuxt boilerplate over to Nuxt3. Obviously this is a big part of that. Do you have any thoughts on how you'd like this to work with Nuxt3? The reason I ask is we could start work on a PR for you, but I want to make sure we are going in the direction you want.
IMHO nuxt-graphql-client is pretty heavy handed the way it imports GQL as functions, and the token API is opinionated. I think there is room for nuxt-graphql-request
as a lightweight basic GQL client, that is just "normal" without trying to be cute.
Hi @drewbaker, same situation here, did you find any alternative? :)
@nonlinearcom Not yet, but I do have a bounty for someone to make one! https://github.com/Gomah/nuxt-graphql-request/issues/52
But eventually I will have to make one, can't wait much longer.
Closing this since Nuxt3 is supported now :) Thanks @drewbaker & @nicktrn !
Hi, I guess this module in not compatible with the new nuxt/bridge? In dev everything is working well, but in production I get this error:
Does anyone know a workaround for this? 🤔 Thanks!