UNPKG

@graphql-mesh/plugin-live-query

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