mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
Add denyContribution mutation to the seeds.
This commit is contained in:
parent
ea2edc3e1c
commit
08d8c008f6
@ -266,6 +266,12 @@ export const deleteContribution = gql`
|
||||
}
|
||||
`
|
||||
|
||||
export const denyContribution = gql`
|
||||
mutation ($id: Int!) {
|
||||
denyContribution(id: $id)
|
||||
}
|
||||
`
|
||||
|
||||
export const createContributionMessage = gql`
|
||||
mutation ($contributionId: Float!, $message: String!) {
|
||||
createContributionMessage(contributionId: $contributionId, message: $message) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user