Replies: 1 comment 1 reply
-
After some cursory browsing, it seems like I'd need to change |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the process of adopting Arrow and representing nullable fields using
Option
, I realised that my data classes don't work well with GraphQL anymore.I wonder whether it's possible to change the way that
null
values are treated? Ideally I'd like to register a type conversion so that a field of typeOption<T>
works the same way asT?
.Beta Was this translation helpful? Give feedback.
All reactions