mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
Rename export of ContributionArgs to ContributionMessageArgs.
This commit is contained in:
parent
2c459a8fae
commit
e3e4b61c57
@ -2,7 +2,7 @@ import { ArgsType, Field, InputType } from 'type-graphql'
|
||||
|
||||
@InputType()
|
||||
@ArgsType()
|
||||
export default class ContributionArgs {
|
||||
export default class ContributionMessageArgs {
|
||||
@Field(() => Number)
|
||||
contributionId: number
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user