UNPKG

@graphql-hive/envelop

Version:
7 lines 481 B
import type { Plugin } from '@envelop/types'; import { HiveClient, HivePluginOptions } from '@graphql-hive/core'; export { atLeastOnceSampler, createSchemaFetcher, createServicesFetcher } from '@graphql-hive/core'; export declare function createHive(clientOrOptions: HivePluginOptions): HiveClient; export declare function useHive(clientOrOptions: HiveClient): Plugin; export declare function useHive(clientOrOptions: HivePluginOptions): Plugin; //# sourceMappingURL=index.d.ts.map