Skip to content

Commit

Permalink
Merge pull request #332 from bollwyvl/patch-1
Browse files Browse the repository at this point in the history
Add `sdlToSchema` to public API
  • Loading branch information
LunaticMuch committed Jan 24, 2024
2 parents 9f451de + 5a451d1 commit 55575b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as Voyager, type VoyagerProps } from './components/Voyager';
export { voyagerIntrospectionQuery } from './utils/introspection-query';
export { sdlToSchema } from './utils/sdl-to-introspection';

0 comments on commit 55575b2

Please sign in to comment.