refactor graphql query runner connection mapper (#6771)

This commit is contained in:
Weiko
2024-08-28 19:02:45 +02:00
committed by GitHub
parent 7c894fe870
commit c87ccfa3c7
20 changed files with 326 additions and 216 deletions

View File

@ -209,6 +209,7 @@ export class ObjectMetadataService extends TypeOrmQueryService<ObjectMetadataEnt
isCustom: isCustom,
isSystem: false,
isRemote: objectMetadataInput.isRemote,
isSoftDeletable: true,
fields: isCustom
? // Creating default fields.
// No need to create a custom migration for this though as the default columns are already