change ArgsType to InputType

This commit is contained in:
Claus-Peter Huebner 2023-10-25 20:38:50 +02:00
parent b082ac1b0d
commit 1f0cb55d39
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import { ArgsType, Field } from 'type-graphql'
import { Field, InputType } from 'type-graphql'
@ArgsType()
@InputType()
export class OpenConnectionArgs {
@Field(() => String)
publicKey: string

View File

@ -1,6 +1,6 @@
import { ArgsType, Field } from 'type-graphql'
import { Field, InputType } from 'type-graphql'
@ArgsType()
@InputType()
export class OpenConnectionArgs {
@Field(() => String)
publicKey: string