UNPKG

@graphql-mesh/plugin-hive

Version:
6 lines (5 loc) 246 B
import type { Logger, MeshPlugin, MeshPubSub, YamlConfig } from '@graphql-mesh/types'; export default function useMeshHive<TContext>(pluginOptions: YamlConfig.HivePlugin & { logger?: Logger; pubsub?: MeshPubSub; }): MeshPlugin<TContext>;