mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused mutation
This commit is contained in:
parent
9816adc745
commit
2e2a84f535
@ -230,37 +230,3 @@ export const deleteContributionLink = gql`
|
||||
deleteContributionLink(id: $id)
|
||||
}
|
||||
`
|
||||
|
||||
/*
|
||||
export const createEventProtocol = gql`
|
||||
mutation (
|
||||
$type: String!
|
||||
$userId: Int!
|
||||
$xUserId: Int
|
||||
$xCommunityId: Int
|
||||
$transactionId: Int
|
||||
$contributionId: Int
|
||||
$amount: Decimal
|
||||
) {
|
||||
createEventProtocol(
|
||||
type: $type
|
||||
userId: $userId
|
||||
xUserId: $xUserId
|
||||
xCommunityId: $xCommunityId
|
||||
transactionId: $transactionId
|
||||
contributionId: $contributionId
|
||||
amount: $amount
|
||||
) {
|
||||
id
|
||||
type
|
||||
createdAt
|
||||
userId
|
||||
xUserId
|
||||
xCommunityId
|
||||
transactionId
|
||||
contributionId
|
||||
amount
|
||||
}
|
||||
}
|
||||
`
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user