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 1e9e4cc commit a020738Copy full SHA for a020738
dist/vuex-orm-apollo.esm.js
@@ -8617,7 +8617,7 @@ var VuexORMApollo = /** @class */ (function () {
8617
// Send GraphQL Mutation
8618
return [4 /*yield*/, this.apolloClient.mutate({
8619
mutation: query,
8620
- variables: { id: id }
+ variables: { where: id }
8621
})];
8622
case 1:
8623
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vuex-orm/plugin-apollo",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Vuex-ORM Plugin to sync the data against a GraphQL API via Apollo.",
5
"main": "dist/vuex-orm-apollo.common.js",
6
"module": "dist/vuex-orm-apollo.esm.js",
0 commit comments