UNPKG

@graphql-mesh/plugin-webhook

Version:
4 lines (3 loc) 217 B
import { MeshPluginOptions, YamlConfig } from '@graphql-mesh/types'; import { Plugin } from '@graphql-yoga/common'; export default function useWebhook(opts: MeshPluginOptions<YamlConfig.WebhookPluginConfig>): Plugin;