Skip to content

Commit

Permalink
fix: add missing policy directive exports (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored Nov 27, 2023
1 parent 6d700a7 commit 0d5ab01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/flat-beans-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@apollo/federation-internals": patch
---

Add missing `@policy` directive top level exports

1 change: 1 addition & 0 deletions internals-js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ export { coreFeatureDefinitionIfKnown } from './knownCoreFeatures';
export * from './argumentCompositionStrategies';
export * from './specs/authenticatedSpec';
export * from './specs/requiresScopesSpec';
export * from './specs/policySpec';

0 comments on commit 0d5ab01

Please sign in to comment.