@graphql-hive/yoga
Version:
GraphQL Hive + GraphQL Yoga
8 lines • 579 B
TypeScript
import { type Plugin } from 'graphql-yoga';
import { HiveClient, HivePluginOptions } from '@graphql-hive/core';
export { atLeastOnceSampler, createSchemaFetcher, createServicesFetcher, createSupergraphSDLFetcher, } from '@graphql-hive/core';
export type { SupergraphSDLFetcherOptions } 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