menu
graphql_fragment_builder package
documentation
graphql_fragment_builder.dart
GraphQLQueryBuilder
fragments property
fragments property
dark_mode
light_mode
fragments
property
List
<
QueryFragment
>
fragments
final
The fragments to be included in the query.
Implementation
final List<QueryFragment> fragments;
graphql_fragment_builder package
documentation
graphql_fragment_builder
GraphQLQueryBuilder
fragments property
GraphQLQueryBuilder class