docs: remove mentions of fetchResults, fix #1060

This commit is contained in:
Guillaume Chau
2024-01-24 14:34:50 +01:00
parent 3de258d754
commit fda4c9fb4a
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -28,8 +28,6 @@
- `network-only`: return result from network, fail if network call doesn't succeed, save to cache.
- `no-cache`: return result from network, fail if network call doesn't succeed, don't save to cache.
- `fetchResults`: Whether or not to fetch results.
- `metadata`: Arbitrary metadata stored in the store with this query. Designed for debugging, developer tools, etc.
- `notifyOnNetworkStatusChange`: Whether or not updates to the network status should trigger next on the observer of this query.