mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add @/graphql/mutations redeemTransactionLink, add function redeemLink
This commit is contained in:
parent
5dc1d1e67c
commit
ddc036dd34
@ -50,6 +50,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import { queryTransactionLink } from '@/graphql/queries'
|
||||
import { redeemTransactionLink } from '@/graphql/mutations'
|
||||
|
||||
export default {
|
||||
name: 'ShowTransactionLinkInformations',
|
||||
@ -85,7 +86,7 @@ export default {
|
||||
if (value)
|
||||
await this.$apollo
|
||||
.mutate({
|
||||
mutation: deleteTransactionLink,
|
||||
mutation: redeemTransactionLink,
|
||||
variables: {
|
||||
id: this.id,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user