mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change update method from query to mutation.
This commit is contained in:
parent
2aabd646ac
commit
46bfae5bf5
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user