diff --git a/docs/guide/apollo/queries.md b/docs/guide/apollo/queries.md index 8761611..e9be85d 100644 --- a/docs/guide/apollo/queries.md +++ b/docs/guide/apollo/queries.md @@ -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: