UNPKG

@graphql-hive/core

Version:
14 lines 446 B
import { GraphQLSchema } from 'graphql'; import type { HiveInternalPluginOptions } from './types.cjs'; export interface SchemaReporter { report(args: { schema: GraphQLSchema; }): void; dispose(): Promise<void>; } /** * * @deprecated Use @graphql-hive/cli to report schemas instead. */ export declare function createReporting(pluginOptions: HiveInternalPluginOptions): SchemaReporter; //# sourceMappingURL=reporting.d.ts.map