`documents` should be optional for backend-only projects
lensbart opened this issue · 1 comments
lensbart commented
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:
- unable to configure
.graphql-let.yml
withoutdocuments
field - unable to include
documents: []
to meet this requirement
In my use case, I’m mainly interested in the QueryResolvers
type to correctly type my resolvers.
Thanks!
piglovesyou commented