mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change SendCoinsArgs to @InputType()
This commit is contained in:
parent
d5ea0b7724
commit
34be808472
@ -1,7 +1,7 @@
|
||||
import { Decimal } from 'decimal.js-light'
|
||||
import { ArgsType, Field } from 'type-graphql'
|
||||
import { Field, InputType } from 'type-graphql'
|
||||
|
||||
@ArgsType()
|
||||
@InputType()
|
||||
export class SendCoinsArgs {
|
||||
@Field(() => String)
|
||||
recipientCommunityUuid: string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user