Disable linter on generated code (#363)
This commit is contained in:
@@ -4,9 +4,10 @@ import { Int } from '@nestjs/graphql';
|
||||
|
||||
@ObjectType()
|
||||
export class CommentThreadCount {
|
||||
@Field(() => Int, { nullable: false })
|
||||
commentThreadTargets?: number;
|
||||
|
||||
@Field(() => Int, { nullable: false })
|
||||
comments?: number;
|
||||
@Field(() => Int, {nullable:false})
|
||||
commentThreadTargets?: number;
|
||||
|
||||
@Field(() => Int, {nullable:false})
|
||||
comments?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user