mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct return type of query
This commit is contained in:
parent
69ed4658f2
commit
e8314954b3
@ -2,7 +2,11 @@ import { gql } from 'graphql-request'
|
||||
|
||||
export const voteForSendCoins = gql`
|
||||
mutation ($args: EncryptedTransferArgs!) {
|
||||
voteForSendCoins(data: $args) {
|
||||
voteForSendCoins(data: $args)
|
||||
}
|
||||
`
|
||||
/*
|
||||
{
|
||||
vote
|
||||
recipGradidoID
|
||||
recipFirstName
|
||||
@ -10,4 +14,4 @@ export const voteForSendCoins = gql`
|
||||
recipAlias
|
||||
}
|
||||
}
|
||||
`
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user