Skip to content

Commit a020738

Browse files
committed
0.0.4
1 parent 1e9e4cc commit a020738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/vuex-orm-apollo.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8617,7 +8617,7 @@ var VuexORMApollo = /** @class */ (function () {
86178617
// Send GraphQL Mutation
86188618
return [4 /*yield*/, this.apolloClient.mutate({
86198619
mutation: query,
8620-
variables: { id: id }
8620+
variables: { where: id }
86218621
})];
86228622
case 1:
86238623
// Send GraphQL Mutation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vuex-orm/plugin-apollo",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Vuex-ORM Plugin to sync the data against a GraphQL API via Apollo.",
55
"main": "dist/vuex-orm-apollo.common.js",
66
"module": "dist/vuex-orm-apollo.esm.js",

0 commit comments

Comments
 (0)