mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add mutation deleteTransactionLink in frontend/src/graphql/queries.js
This commit is contained in:
parent
a67c66baf5
commit
601f74c58c
@ -69,3 +69,9 @@ export const createTransactionLink = gql`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
export const deleteTransactionLink = gql`
|
||||||
|
mutation($id: Float!) {
|
||||||
|
deleteTransactionLink(id: $id)
|
||||||
|
}
|
||||||
|
`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user