diff --git a/src/index.ts b/src/index.ts index 677c17f1..054e3913 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';