Skip to content

Commit fda4c9f

Browse files
committed
docs: remove mentions of fetchResults, fix #1060
1 parent 3de258d commit fda4c9f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/docs/src/api/use-query.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
- `network-only`: return result from network, fail if network call doesn't succeed, save to cache.
2929
- `no-cache`: return result from network, fail if network call doesn't succeed, don't save to cache.
3030

31-
- `fetchResults`: Whether or not to fetch results.
32-
3331
- `metadata`: Arbitrary metadata stored in the store with this query. Designed for debugging, developer tools, etc.
3432

3533
- `notifyOnNetworkStatusChange`: Whether or not updates to the network status should trigger next on the observer of this query.

packages/docs/src/zh-cn/api/use-query.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
- `network-only`:从网络返回结果并保存到缓存,如果网络调用未成功则失败。
2929
- `no-cache`:从网络返回结果但不保存到缓存,如果网络调用未成功则失败。
3030

31-
- `fetchResults`:是否获取结果。
32-
3331
- `metadata`:当前查询在存储中的任意元数据。可用于调试、开发人员工具等场景。
3432

3533
- `notifyOnNetworkStatusChange`:网络状态更新时是否应在此查询的观察者上触发下一步。

0 commit comments

Comments
 (0)