Change update method from query to mutation.

This commit is contained in:
elweyn 2021-11-30 15:07:14 +01:00
parent 2aabd646ac
commit 46bfae5bf5

View File

@ -242,8 +242,8 @@ export default {
if (this.pagetype === 'PageCreationConfirm') {
// hinweis das eine ein einzelne Schöpfung abgesendet wird an (email)
this.$apollo
.query({
query: updatePendingCreation,
.mutate({
mutation: updatePendingCreation,
variables: this.submitObj,
})
.then((result) => {