UNPKG

visual-graphql

Version:

A lightweight GraphQL schema visualization tool built with SolidJS

5 lines (4 loc) 246 B
export { Voyager } from './components/Voyager'; export type { VoyagerProps } from './components/Voyager'; export { voyagerIntrospectionQuery } from './utils/introspection-query'; export { sdlToIntrospection } from './utils/sdl-to-introspection';