asWatchQueryOptions method

WatchQueryOptions<TParsed> asWatchQueryOptions()

Implementation

WatchQueryOptions<TParsed> asWatchQueryOptions() =>
    WatchQueryOptions<TParsed>(
      document: document,
      operationName: operationName,
      variables: variables,
      fetchPolicy: fetchPolicy,
      errorPolicy: errorPolicy,
      cacheRereadPolicy: cacheRereadPolicy,
      fetchResults: false,
      context: context,
      parserFn: parserFn,
    );