piglovesyou/graphql-let

`documents` should be optional for backend-only projects

lensbart opened this issue · 1 comments

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!

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.