Diizzayy / nuxt-graphql-client

⚡️ Minimal GraphQL Client + Code Generation for Nuxt3
https://nuxt-graphql-client.web.app
MIT License
366 stars 44 forks source link

Update @graphql-codegen version #243

Closed ShreyAmbesh closed 2 years ago

ShreyAmbesh commented 2 years ago

Updated @graphql-codegen version to resolve #242 But not sure if this is the fix or not.

Diizzayy commented 2 years ago

@ShreyAmbesh Thank you for hopping onto this, I've began looking into it since you raised the issue, from what I can tell thus far, updating to the latest version of @graphql-codegen/cli introduces yet another bug where the app fails to start when the .nuxt directory isn't present. Hence we'll have to find a workaround for that before making this upgrade. However though, In the meantime the temporary solution here might be pinning the dependencies to the last working versions.