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