fix: displayName return undefined and drop displayName from user table (#505)
This commit is contained in:
@ -10,8 +10,8 @@ export class UpdateManyCommentThreadTargetArgs {
|
||||
|
||||
@Field(() => CommentThreadTargetUpdateManyMutationInput, {nullable:false})
|
||||
@Type(() => CommentThreadTargetUpdateManyMutationInput)
|
||||
@ValidateNested({each: true})
|
||||
@Type(() => CommentThreadTargetUpdateManyMutationInput)
|
||||
@ValidateNested({each: true})
|
||||
data!: CommentThreadTargetUpdateManyMutationInput;
|
||||
|
||||
@Field(() => CommentThreadTargetWhereInput, {nullable:true})
|
||||
|
||||
Reference in New Issue
Block a user