Christopher Torrington

Results 4 comments of Christopher Torrington

Could we achieve the same result with the Maybe class & changing the type of the Unset singleton? Then direct identity checks can continue to be supported & there is...

I do not understand why helper functions are required if it is possible to use direct identity checks with Python's `is` operator. The direct identity checks are already implemented &...

I understand that GraphQL's schema cannot distinguish between the 3 types above, however, I do not believe that to be a reason to limit Strawberry's type safety when Python _can_...

I believe we're seeing this issue appear in issue #3785 where the 'nullability' of `OneOf` input fields is being misunderstood. [From GraphQL](https://www.apollographql.com/blog/more-expressive-schemas-with-oneof): > all the fields of a OneOf input...