Skip to content

Commit

Permalink
feat: enable cpk feature flag for new projects (#11373)
Browse files Browse the repository at this point in the history
  • Loading branch information
alharris-at authored Nov 11, 2022
1 parent 03cee46 commit d3dd3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ export class FeatureFlags {
name: 'respectPrimaryKeyAttributesOnConnectionField',
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: false,
defaultValueForNewProjects: true,
},
{
name: 'shouldDeepMergeDirectiveConfigDefaults',
Expand Down

0 comments on commit d3dd3e8

Please sign in to comment.