menu
gql package
documentation
operation.dart
SelectionSet
fields property
fields property
dark_mode
light_mode
fields
property
List
<
Field
>
get
fields
Implementation
List<Field> get fields => selections.whereType<Field>().toList();
gql package
documentation
operation
SelectionSet
fields property
SelectionSet class