We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pollInterval
1 parent 52276c7 commit a569fb9Copy full SHA for a569fb9
packages/docs/src/api/smart-query.md
@@ -39,6 +39,12 @@ apollo: {
39
message: this.pingInput,
40
}
41
},
42
+ // Polling interval in milliseconds
43
+ pollInterval: 10000,
44
+ // Or, set polling interval as a vue reactive property
45
+ pollInterval() {
46
+ return this.pollInterval;
47
+ },
48
// Variables: deep object watch
49
deep: false,
50
// We use a custom update callback because
0 commit comments