Alex Gabites
Alex Gabites
Blocked by https://github.com/storybookjs/storybook/issues/15820
@MichalLytek thanks for the response - totally agree its a trade off but becomes really important when doing things like updates where null can mean clearing a field vs undefined...
additional to previous comment; it makes sense to simplify this for Fields of an ObjectType, but for InputType and Args it is important to distinguish that null is a totally...
> > for InputType and Args it is important to distinguish that null is a totally valid input when fields/args are marked nullable: true - and this specifically isn't mentioned...
@MichalLytek 👋 I thought I'd add some additional bits I've subsequently found... The following is an example of why the optional chaining wasn't working as expected. In my previous example...
> This is a TypeScript limitation, I can't do anything about it. No worries, I figured it was something like that - thank you for taking the time to read...
Sort of related to the conversation in #126 If its relevant, the services I'm starting using eager look very similar to the following... ```ts @Service({ eager: true }) export class...
Some sort of reply would still be nice @NoNameProvided @pleerock
Aha! I had a feeling there'd be a way to work around it but just didn't know how to even start doing it with the library as this sort of...
Hi @keichi, just come across this again and wondering if the `int24` and `uint24` will be added to the package sometime soon? Looks like I also have a use case...