2023-03-22 00:00

nestjs에서 swagger사용시, generic 타입에 대한 response schema 처리

package-lock.json에서 Nexus Repository 변경시 처리 방법
페이징 처리시 다음의 DTO를 사용하고 있습니다.
export class Pagination<T> {
@ApiProperty()
publi...

댓글