UNPKG

@graphql-mesh/plugin-live-query

Version:
7 lines (6 loc) 299 B
import type { Plugin } from '@envelop/core'; import { type HivePubSub, type Logger, type MeshPubSub, type YamlConfig } from '@graphql-mesh/types'; export default function useMeshLiveQuery(options: { logger?: Logger; pubsub?: MeshPubSub | HivePubSub; } & YamlConfig.LiveQueryConfig): Plugin;