updated build types
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { GraphQLJSONObject } from 'graphql-type-json';
|
||||
import { Field, Int, InputType } from '@nestjs/graphql';
|
||||
import { Field, Int, InputType, ObjectType } from '@nestjs/graphql';
|
||||
|
||||
@InputType()
|
||||
export class ListArguments {
|
||||
@@ -14,4 +14,4 @@ export class ListArguments {
|
||||
|
||||
@Field(() => Int, { defaultValue: 10 })
|
||||
limit: number;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user