menu
sunny_graphql_generator package
documentation
graphql_entity.dart
GraphQLEntity
hasLazyQueries property
hasLazyQueries property
dark_mode
light_mode
hasLazyQueries
property
bool
get
hasLazyQueries
Implementation
bool get hasLazyQueries => fields.any((f) => f.isLazy);
sunny_graphql_generator package
documentation
graphql_entity
GraphQLEntity
hasLazyQueries property
GraphQLEntity class