mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add mutations createContribution
This commit is contained in:
parent
c3d62db1e5
commit
4cc1642988
@ -89,3 +89,12 @@ export const redeemTransactionLink = gql`
|
|||||||
redeemTransactionLink(code: $code)
|
redeemTransactionLink(code: $code)
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
export const createContribution = gql`
|
||||||
|
mutation($creationDate: String!, $memo: String!, $amount: Decimal!) {
|
||||||
|
createContribution(creationDate: $creationDate, memo: $memo, amount: $amount) {
|
||||||
|
amount
|
||||||
|
memo
|
||||||
|
}
|
||||||
|
}
|
||||||
|
`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user