Skip to content

Commit 81c4f65

Browse files
committed
Update docs
1 parent 3291a76 commit 81c4f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql/lib/src/core/query_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ class WatchQueryOptions<TParsed extends Object?> extends QueryOptions<TParsed> {
173173
final bool fetchResults;
174174

175175
/// Whether to [fetchResults] immediately on instantiation of [ObservableQuery].
176-
/// The first
177176
/// If available, cache results are emitted when the first listener is added.
177+
/// Network results are then emitted when they return to any attached listeners.
178178
/// Defaults to [fetchResults].
179179
final bool eagerlyFetchResults;
180180

0 commit comments

Comments
 (0)