Bryan Irace
Bryan Irace
The distinction between `undefined` and `null` – while valuable in JavaScript – does not have the same value in TypeScript. As such, the TypeScript community has largely made a standard...
As such, it’s frustrating to try to interoperate generated models with nullable types into a codebase that uses `undefined` everywhere. Imagine a simple React component whose props look as follows:...
Right, I should have been more clear. Simply changing the code generation would not be sufficient – the Apollo client would also need to be configured in such a way...
@danilobuerger Good question – I admittedly have not read this proposal, let me read it and get back to you. Thanks for hearing me out.
Yeah, I think the Swift point is a good one. Swift does not have separate notions of `null` vs. `undefined`, yet Apollo still supports generating Swift models. If you’re building...
@danilobuerger I read through the errors proposal but, like @kevinthecity, I’m having a hard time concretely envisioning how this would work on platforms that don’t have separate `undefined` vs. `null`...
Hi, I have this same question. How should we be thinking about `envisalink` vs. `envisalink_new`, @ufodone? It seems like the former is broken but that the latter is still a...
Has anyone been able to get this to work _without_ switching over to `envisalink_new`?
Hi, unfortunately this is still broken. On Jul 10, 2024 at 10:20:10 PM, issue-triage-workflows[bot] < ***@***.***> wrote: > There hasn't been any activity on this issue recently. Due to the...
Hi, unfortunately this is still broken.