/** * Backstage plugin for browsing GraphQL APIs * * @packageDocumentation */ export { graphiqlPlugin, graphiqlPlugin as plugin, GraphiQLPage, } from './plugin'; export { GraphiQLIcon } from './GraphiQLIcon'; export { GraphiQLPage as Router } from './components'; export * from './lib/api'; export * from './route-refs';