build-address added tested
This commit is contained in:
@@ -3,6 +3,7 @@ import { Field, Int, InputType, ObjectType } from '@nestjs/graphql';
|
||||
|
||||
@InputType()
|
||||
export class ListArguments {
|
||||
|
||||
@Field(() => GraphQLJSONObject, { nullable: true })
|
||||
filters?: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user