Skip to content

Commit 1e9e4cc

Browse files
committed
Fix destroying
1 parent e9f78db commit 1e9e4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuex-orm-apollo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default class VuexORMApollo {
165165
// Send GraphQL Mutation
166166
await this.apolloClient.mutate({
167167
mutation: query,
168-
variables: { id }
168+
variables: { where: id }
169169
});
170170
}
171171
}

0 commit comments

Comments
 (0)