Add manifest integration tests (#18203)
- add integration test on sync manifest endpoint - fix invalid standard uuid + migration command
This commit is contained in:
+3
@@ -32,6 +32,9 @@ export class ObjectMetadataDTO {
|
||||
@IDField(() => UUIDScalarType)
|
||||
id: string;
|
||||
|
||||
@IDField(() => UUIDScalarType)
|
||||
universalIdentifier: string;
|
||||
|
||||
@Field()
|
||||
nameSingular: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user