IkHwan Im
Results
3
comments of
IkHwan Im
> would this way work for @IsArray() too? I am trying to bulk insert with array, but my items in array is null in swagger `@IsArray() @ValidateNested({ each: true })...
I actually found a better way for Object in arrays. You can use JSONSchema for better Swagger examples. put your DTOs in "CreatePostDTO" ``` @IsArray() @JSONSchema({ type: 'array', items: {...
Still not working