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.
skip
1 parent 1824dce commit d3886b9Copy full SHA for d3886b9
src/mixin.js
@@ -91,7 +91,7 @@ function launch () {
91
if (key.charAt(0) !== '$') {
92
let options = apollo[key]
93
const smart = this.$apollo.addSmartQuery(key, options)
94
- if (options.prefetch !== false && apollo.$prefetch !== false) {
+ if (options.prefetch !== false && apollo.$prefetch !== false && !smart.skip) {
95
this.$_apolloPromises.push(smart.firstRun)
96
}
97
0 commit comments