diff --git a/src/components/FeatureFlags/feature-flags.json b/src/components/FeatureFlags/feature-flags.json index 73f774d3b88..b4ccaf9c1b7 100644 --- a/src/components/FeatureFlags/feature-flags.json +++ b/src/components/FeatureFlags/feature-flags.json @@ -382,13 +382,13 @@ "value": "true", "description": "Subscriptions will inherit the primary model authorization rules for the relational fields", "defaultNewProject": false, - "defaultExistingProject": true + "defaultExistingProject": false }, { "value": "false", "description": "Relational fields will be redacted in mutation response when there is a difference between auth rules between primary and related models.", "defaultNewProject": true, - "defaultExistingProject": false + "defaultExistingProject": true } ] }