Diizzayy / nuxt-graphql-client

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

export type GqlError #494

Closed m0nch1 closed 1 week ago

m0nch1 commented 2 weeks ago

issue: https://github.com/Diizzayy/nuxt-graphql-client/issues/468

export the type GqlError used in useGqlError That's all!

The types.d.ts of the dist will look like this

image

m0nch1 commented 1 week ago

@Diizzayy If you have time, please give us a review!

m0nch1 commented 1 week ago

Thanks for the review and merge!