UNPKG

@graphql-mesh/plugin-live-query

Version:
4 lines (3 loc) 215 B
import { MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; import { Plugin } from '@envelop/core'; export default function useMeshLiveQuery(options: MeshPluginOptions<YamlConfig.LiveQueryConfig>): Plugin;