ObjectMetadataServiceV2.deleteOne (#13871)
# Introduction - Implementing the delete one for the new object metadata service v2. - Handling relation fields and fields in the first place to finally remove the object - puting back updatedAt and createdAt in flat metadatas - duplicate criteria addition for flat object - removing datasource id from object metadata dto
This commit is contained in:
-1
@@ -4,7 +4,6 @@ export const mockPerformance = {
|
||||
objectMetadataItem: {
|
||||
__typename: 'object',
|
||||
id: '4916628e-8570-4242-8970-f58c509e5a93',
|
||||
dataSourceId: '0fd9fd54-0e8d-4f78-911c-76b33436a768',
|
||||
nameSingular: 'person',
|
||||
namePlural: 'people',
|
||||
primaryLinkLabelSingular: 'Person',
|
||||
|
||||
Reference in New Issue
Block a user