Common - Remove feature flag (#15371)
To be done in an other PR, move graphql-query-runner handlers in common-api-query-runner folder (+ renaming + typing improvments) Fixes : - totalCount on findMany (Rest) - getAllSelectedFields did not handle composite field (Rest) - issue with endCursor (Rest) - args processing for updateOne and createOne (Rest + Gql) - fix findDuplicates (Gql)
This commit is contained in:
@@ -1208,7 +1208,6 @@ export enum FeatureFlagKey {
|
||||
IS_AI_ENABLED = 'IS_AI_ENABLED',
|
||||
IS_APPLICATION_ENABLED = 'IS_APPLICATION_ENABLED',
|
||||
IS_CALENDAR_VIEW_ENABLED = 'IS_CALENDAR_VIEW_ENABLED',
|
||||
IS_COMMON_API_ENABLED = 'IS_COMMON_API_ENABLED',
|
||||
IS_CORE_VIEW_ENABLED = 'IS_CORE_VIEW_ENABLED',
|
||||
IS_CORE_VIEW_SYNCING_ENABLED = 'IS_CORE_VIEW_SYNCING_ENABLED',
|
||||
IS_DYNAMIC_SEARCH_FIELDS_ENABLED = 'IS_DYNAMIC_SEARCH_FIELDS_ENABLED',
|
||||
|
||||
Reference in New Issue
Block a user