Improve performances of metadata endpoint (#4347)

This commit is contained in:
Charles Bochet
2024-03-06 18:09:38 +01:00
committed by GitHub
parent 577de7240c
commit e5c09deae5
5 changed files with 0 additions and 7 deletions

View File

@ -44,7 +44,6 @@ import { ObjectMetadataDTO } from './dtos/object-metadata.dto';
CreateDTOClass: CreateObjectInput,
UpdateDTOClass: UpdateObjectInput,
ServiceClass: ObjectMetadataService,
enableTotalCount: true,
pagingStrategy: PagingStrategies.CURSOR,
read: {
defaultSort: [{ field: 'id', direction: SortDirection.DESC }],