[BREAKING_CHANGE/GRAPHQL/OBJECT_METADATA_CREATE_ONE] Remove object/fields/view-fields v1 implementation (#15823)
# Introduction Remove the v2 feature flag for view-field field-metadata and object-metadata metadata entities ## Some details - Disabled nestjs-query for object metadata creation and explicitly calling it - removed all v1 integration tests files ## Remarks Not remove v2 referencing in both filenaming right now will handle that globally later ## Breaking change Due to object metadata resolver createOne standardization had to rename the input from `CreateObjectInput` to `CreateOneObjectInput`
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ export class MakeSureDashboardNamingAvailableCommand extends ActiveOrSuspendedWo
|
||||
`Updating the dashboard object metadata for workspace ${workspaceId}...`,
|
||||
);
|
||||
|
||||
await this.objectMetadataServiceV2.updateOne({
|
||||
await this.objectMetadataServiceV2.updateOneObject({
|
||||
workspaceId,
|
||||
updateObjectInput: {
|
||||
id: potentialCustomDashboardObjectMetadata.id,
|
||||
|
||||
Reference in New Issue
Block a user