@graphql-hive/laboratory
Version:
[Hive](https://the-guild.dev/graphql/hive) is a fully open-source schema registry, analytics, metrics and gateway for [GraphQL federation](https://the-guild.dev/graphql/hive/federation) and other GraphQL APIs.
19 lines (18 loc) • 727 B
TypeScript
import { LaboratoryProps } from './components/laboratory/laboratory';
export * from './components/laboratory/laboratory';
export * from './components/laboratory/context';
export * from './components/laboratory/editor';
export * from './components/ui/dialog';
export * from './components/ui/tabs';
export * from './lib/docs';
export * from './lib/endpoint';
export * from './lib/collections';
export * from './lib/env';
export * from './lib/history';
export * from './lib/operations';
export * from './lib/preflight';
export * from './lib/settings';
export * from './lib/tabs';
export * from './lib/tests';
export * from './lib/plugins';
export declare const renderLaboratory: (el: HTMLElement, props: LaboratoryProps) => void;