We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d33752 commit ee482e3Copy full SHA for ee482e3
composition/src/v1/utils/constants.ts
@@ -659,7 +659,7 @@ export const OVERRIDE_DEFINITION: DirectiveDefinitionNode = {
659
repeatable: false,
660
};
661
662
-// directive @openfed__protected repeatable on FIELD_DEFINITION | OBJECT_DEFINITION
+// directive @openfed__protected repeatable on FIELD_DEFINITION | OBJECT
663
export const PROTECTED_DEFINITION: DirectiveDefinitionNode = {
664
kind: Kind.DIRECTIVE_DEFINITION,
665
locations: stringArrayToNameNodeArray([FIELD_DEFINITION_UPPER, OBJECT_UPPER]),
0 commit comments