correct return type of query

This commit is contained in:
clauspeterhuebner 2025-07-23 16:35:11 +02:00
parent 69ed4658f2
commit e8314954b3

View File

@ -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
}
}
`
*/