We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d700a7 commit 0d5ab01Copy full SHA for 0d5ab01
.changeset/flat-beans-clap.md
@@ -0,0 +1,6 @@
1
+---
2
+"@apollo/federation-internals": patch
3
4
+
5
+Add missing `@policy` directive top level exports
6
internals-js/src/index.ts
@@ -22,3 +22,4 @@ export { coreFeatureDefinitionIfKnown } from './knownCoreFeatures';
22
export * from './argumentCompositionStrategies';
23
export * from './specs/authenticatedSpec';
24
export * from './specs/requiresScopesSpec';
25
+export * from './specs/policySpec';
0 commit comments