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 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.
Original file line number Diff line number Diff line change 2828 - ` network-only ` :从网络返回结果并保存到缓存,如果网络调用未成功则失败。
2929 - ` no-cache ` :从网络返回结果但不保存到缓存,如果网络调用未成功则失败。
3030
31- - ` fetchResults ` :是否获取结果。
32-
3331 - ` metadata ` :当前查询在存储中的任意元数据。可用于调试、开发人员工具等场景。
3432
3533 - ` notifyOnNetworkStatusChange ` :网络状态更新时是否应在此查询的观察者上触发下一步。
You can’t perform that action at this time.
0 commit comments