UNPKG

@graphql-hive/render-laboratory

Version:
9 lines 399 B
import type { GraphiQLOptions } from 'graphql-yoga'; import type { LaboratoryCollection } from '@graphql-hive/laboratory'; type LaboratoryOptions = { defaultCollections?: LaboratoryCollection[]; }; type RenderLaboratoryOptions = GraphiQLOptions & LaboratoryOptions; export declare const renderLaboratory: (opts?: RenderLaboratoryOptions) => string; export {}; //# sourceMappingURL=index.d.ts.map