Skip to content

Commit

Permalink
feat(utils): export getDirectiveExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 11, 2024
1 parent e6ea454 commit 8fd7703
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-horses-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-tools/utils': minor
---

Export `getDirectiveExtensions`
1 change: 1 addition & 0 deletions packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ export * from './jsutils.js';
export * from './directives.js';
export * from './mergeIncrementalResult.js';
export * from './debugTimer.js';
export * from './getDirectiveExtensions.js';

0 comments on commit 8fd7703

Please sign in to comment.