docs: note about skip becoming false

This commit is contained in:
Guillaume Chau
2019-09-30 12:13:03 +02:00
parent 48261d6b48
commit 4e945c75d9
+2
View File
@@ -359,6 +359,8 @@ You can also access the query directly and set the `skip` property:
this.$apollo.queries.tags.skip = true
```
If the query `skip` becomes `false`, the query will automatically execute again.
## Reactive Query Example
Here is a reactive query example using polling: