fix: displayName return undefined and drop displayName from user table (#505)
This commit is contained in:
+1
-1
@@ -9,8 +9,8 @@ export class CreateManyCommentThreadTargetArgs {
|
||||
|
||||
@Field(() => [CommentThreadTargetCreateManyInput], {nullable:false})
|
||||
@Type(() => CommentThreadTargetCreateManyInput)
|
||||
@ValidateNested({each: true})
|
||||
@Type(() => CommentThreadTargetCreateManyInput)
|
||||
@ValidateNested({each: true})
|
||||
data!: Array<CommentThreadTargetCreateManyInput>;
|
||||
|
||||
@Field(() => Boolean, {nullable:true})
|
||||
|
||||
Reference in New Issue
Block a user