UNPKG

@graphql-mesh/plugin-live-query

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