nullable property
When true
, null
fields are handled gracefully when encoding from JSON.
This indicates that the payload from GraphQL could be null
and is not related to
Dart nullability. Defaults to false
.
Implementation
@override
final bool nullable;