arackaf / micro-graphql-react

Light and simple GraphQL React client with extensible, composable cache invalidation. Works with Suspense.
530 stars 21 forks source link

graphql-code-generator plugin #34

Open TLadd opened 4 years ago

TLadd commented 4 years ago

I'm working on a project where a really lightweight graphql client would be ideal, and this seems like it could be a great fit. One of the things I would miss from apollo/urql is using graphql-code-generator to generate hooks with type information for my declared queries. Have you considered creating a graphql-code-generator plugin for this? I would likely be interested in contributing if it's just a matter of not getting around to it yet vs some technical issue.

arackaf commented 4 years ago

I’d absolutely be open to that PR.