We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3291a76 commit 81c4f65Copy full SHA for 81c4f65
packages/graphql/lib/src/core/query_options.dart
@@ -173,8 +173,8 @@ class WatchQueryOptions<TParsed extends Object?> extends QueryOptions<TParsed> {
173
final bool fetchResults;
174
175
/// Whether to [fetchResults] immediately on instantiation of [ObservableQuery].
176
- /// The first
177
/// If available, cache results are emitted when the first listener is added.
+ /// Network results are then emitted when they return to any attached listeners.
178
/// Defaults to [fetchResults].
179
final bool eagerlyFetchResults;
180
0 commit comments