Skip to content

Commit 03372e2

Browse files
author
Dane Pilcher
authored
fix subscriptionsInheritPrimaryAuth default value (#7795)
1 parent 9e79e97 commit 03372e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/FeatureFlags/feature-flags.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@
382382
"value": "true",
383383
"description": "Subscriptions will inherit the primary model authorization rules for the relational fields",
384384
"defaultNewProject": false,
385-
"defaultExistingProject": true
385+
"defaultExistingProject": false
386386
},
387387
{
388388
"value": "false",
389389
"description": "Relational fields will be redacted in mutation response when there is a difference between auth rules between primary and related models.",
390390
"defaultNewProject": true,
391-
"defaultExistingProject": false
391+
"defaultExistingProject": true
392392
}
393393
]
394394
}

0 commit comments

Comments
 (0)