Soichi Takamura
Soichi Takamura
Sure https://gist.github.com/piglovesyou/bbe4b82e80ff959fae67f07ddd33d67e
@strange Thank you for your support. Because I compile JavaScript from Node modules, it's hard to determine size of each scripts. I'd wanted to try React.js server side rendering in...
@patsa I'm afraid there's no plan as long as I know. For now, I think PWA is not necessary for `master`, so there could be another feature branch such as...
Thanks for the investigation and explanation! So, currently, graphql-let cannot provide a `TypedDocument` in its pure manner, and we can solve it with the combination of this PR and your...
Hi @Inlustra, thank you for raising the issue. It's an interesting case. I assume the GraphQL driven DB is something like [AWS AppSync](https://aws.amazon.com/jp/appsync/). First, it makes me think "do you...
Thank you for describing the detail. It seems related to your Babel config. I'm afraid I can't dig into your project's config but if you give me a minimum reproduction...
@marklawlor First, I really appreciate this comprehensive, critical feedback about server-side code generation. Let us now discuss the short-term solution first, although I'm really interested in discussing whether we can...
Partially related to #479; the issue only wants `typePlugins` to run.
Hi @cloudagon, I didn't know the behavior. Thanks for letting me know. You probably mean `node_modules/@types/graphql-let/__generated__/__types__.d.ts`, generated in the default [`typeInjectEntrypoint`](https://github.com/piglovesyou/graphql-let/blob/a1c63e2f3d14ea6c8aee5c734b435eee55f51534/src/lib/config.ts#L83) directory. Not tested, but setting `typeInjectEntrypoint: typings/graphql-let.d.ts` or something...
`dirname(config.typeInjectEntrypoint)` is supposed to be a directory graphql-let generates types in, but I have no test case for it. The file having empty content is ok. It only gets to...