piglovesyou / graphql-let

A webpack loader / babel-plugin / babel-plugin-macros / CLI / generated file manager of GraphQL code generator.
Apache License 2.0
453 stars 34 forks source link

`documents` should be optional for backend-only projects #479

Open lensbart opened 3 years ago

lensbart commented 3 years ago

Hello!

I’m setting up an API and wanted to use graphql-let because it look like "just what the doctor ordered".

However, I am both:

In my use case, I’m mainly interested in the QueryResolvers type to correctly type my resolvers.

Thanks!

piglovesyou commented 3 years ago

Hi @lensbart, thanks for pointing it out. We should definitely support your use-case though, the spec of Resolver Types is still unstable. Let me work on it on v0.19.0, I think it gets close after #60.