change SendCoinsArgs to @InputType()

This commit is contained in:
Claus-Peter Huebner 2023-09-21 00:10:34 +02:00
parent d5ea0b7724
commit 34be808472

View File

@ -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