I have a class of object type
@ObjectType() export class BusinessRule { @Field(type => String) public name: string; @Field(type => String) public descr