Jonathan Joelson

Results 8 comments of Jonathan Joelson

> So, GraphQL spec accepts both `null` and the absence of the key as the same: https://spec.graphql.org/draft/#sel-GAFdRHABABsC0pB > I understand your use case, but as it's not spec-compliant, it makes...

Any update on this issue? I'm seeing the same compiler errors in generated code: The issue seems to be caused by nested fragments within either a union or interface.

@vasilich6107 Thank you for the quick response! I am able to work around it for now by restructuring my fragments. I might dive a bit into the Artemis code to...

What's the status of this? Avoiding `default:` when switching over an enum is something that I'm frequently reminding every developer on our project to avoid, but it crops up again...

Thanks @bwilkerson! Unfortunately my current project hasn't migrated to null-safety yet, and developers keep writing functions like this that get warned for not returning a value when `someEnum` is null:...

Hi @chunhtai! I have a use-case in a mobile app where we're using a `NavigatorObserver` to report analytics whenever navigation changes, and the analytics team would like us to report...

After messing with it a bit more, I found a simpler work around by using the `build` method's context instead of the `update` callback's context to get the base theme:...