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