zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 623 forks source link

fix(graphql): Normalization signature #1199

Closed budde377 closed 2 years ago

budde377 commented 2 years ago

There's no reason why we support null, true, and false here, especially when we're asserting that the argument isn't null immediately after.