File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 28
28
- ` network-only ` : return result from network, fail if network call doesn't succeed, save to cache.
29
29
- ` no-cache ` : return result from network, fail if network call doesn't succeed, don't save to cache.
30
30
31
- - ` fetchResults ` : Whether or not to fetch results.
32
-
33
31
- ` metadata ` : Arbitrary metadata stored in the store with this query. Designed for debugging, developer tools, etc.
34
32
35
33
- ` notifyOnNetworkStatusChange ` : Whether or not updates to the network status should trigger next on the observer of this query.
Original file line number Diff line number Diff line change 28
28
- ` network-only ` :从网络返回结果并保存到缓存,如果网络调用未成功则失败。
29
29
- ` no-cache ` :从网络返回结果但不保存到缓存,如果网络调用未成功则失败。
30
30
31
- - ` fetchResults ` :是否获取结果。
32
-
33
31
- ` metadata ` :当前查询在存储中的任意元数据。可用于调试、开发人员工具等场景。
34
32
35
33
- ` notifyOnNetworkStatusChange ` :网络状态更新时是否应在此查询的观察者上触发下一步。
You can’t perform that action at this time.
0 commit comments