mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change parameter id to code
This commit is contained in:
parent
1315ab4fa0
commit
980d3ee527
@ -79,7 +79,7 @@ export const deleteTransactionLink = gql`
|
||||
`
|
||||
|
||||
export const redeemTransactionLink = gql`
|
||||
mutation($id: Int!) {
|
||||
redeemTransactionLink(id: $id)
|
||||
mutation($code: String!) {
|
||||
redeemTransactionLink(id: $code)
|
||||
}
|
||||
`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user