Soichi Takamura
Soichi Takamura
Hello @ChayuthCMKL, I appreciate your reporting, belatedly. True, it's a bug. That is because, after we released [allowing multiple schemas](https://github.com/piglovesyou/graphql-let/releases/tag/v0.15.0), we didn't add the `*.graphqls` as the webpack loaders.
The PR will be something like this: * [schemaLoader.ts](https://github.com/piglovesyou/graphql-let/blob/a1c63e2f3d14ea6c8aee5c734b435eee55f51534/src/schemaLoader.ts) also has to add all the imported files as dependencies just as [loader.ts does]( https://github.com/piglovesyou/graphql-let/blob/a1c63e2f3d14ea6c8aee5c734b435eee55f51534/src/lib/config.ts#L83) I appreciate it if you take...
Hi @Siggnja! Happy to know you're intersted in graphql-let. Right now - No, we still have #60. I'm guessing it could, but it needs a little more research.
@Siggnja, I'd like your to double-check the problem I'm solving in v0.18.0. If per-document generated files imports a single shared schema type file, does it satisfy your needs? It should...
Thank you for your quick reply. I see, I understood it in wrong way. You'd like per-document types output, which only contains schema types the document depends on. The v0.18.0...
I published v0.18.0, fixing this issue. I'd love to hear what you think about the behavior. Please check [the migration guide](https://github.com/piglovesyou/graphql-let/releases/tag/v0.18.0). From now, graphql-let generates minimum results per document. This...
Sorry, I couldn't get it. Resolver Types feature only effects, say, `schema.graphqls.d.ts`. Could you describe a brief example of the problematic case?
Thanks for the explanation, I think I get it. Then the title of the issue would be: * API design of Resolver Types feature is problematic/misleading * Codegen plugins for...
Your idea is reasonable, the explicit config is preferable. @marklawlor Let me ask a question, is `plugins` as a shared plugin list helpful? It seems codegen.yml doesn't have such a...
@marklawlor Sorry, I couldn't understand how modifying `baseUrl` affects `typescript-resolver` issue. Could you tell me a little more? And you're saying it's okay to run them for both schema and...