Skip to content

Commit 0d5ab01

Browse files
authored
fix: add missing policy directive exports (#2869)
1 parent 6d700a7 commit 0d5ab01

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/flat-beans-clap.md

+6
Original file line numberDiff line numberDiff line change
@@ -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

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ export { coreFeatureDefinitionIfKnown } from './knownCoreFeatures';
2222
export * from './argumentCompositionStrategies';
2323
export * from './specs/authenticatedSpec';
2424
export * from './specs/requiresScopesSpec';
25+
export * from './specs/policySpec';

0 commit comments

Comments
 (0)