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.
1 parent 873865b commit e29090fCopy full SHA for e29090f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-apollo",
3
- "version": "2.1.0-beta.2",
+ "version": "2.1.0-beta.3",
4
"description": "Vue apollo integration",
5
"main": "lib/index.js",
6
"scripts": {
src/index.js
@@ -6,10 +6,6 @@ let Vue
7
const keywords = [
8
'$subscribe',
9
- '$skipAll',
10
- '$skipAllQueries',
11
- '$skipAllSubscriptions',
12
- '$client',
13
]
14
15
const prepare = function prepare () {
0 commit comments