menu
graphql_fragment_builder package
documentation
graphql_fragment_builder.dart
SimpleQueryFragment
fields property
fields property
dark_mode
light_mode
fields
property
List
<
String
>
get
fields
The fields to be included in the fragment.
Implementation
List<String> get fields;
graphql_fragment_builder package
documentation
graphql_fragment_builder
SimpleQueryFragment
fields property
SimpleQueryFragment mixin