You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aside from language support for optional types, the biggest challenge here is that it introduces a serializer concern to the core library, which then requires some middleware for every unique code generator.
If we can pull it off, I think the most elegant solution would either be a gql link that handles serialization, or adding optional types to the entire gql link system and using its preexisting serialization and parsing.
When dart-lang/language#283 lands we will be able to allow optional type parameters
The text was updated successfully, but these errors were encountered: