UNPKG

@graphql-tools/executor-yoga

Version:

A set of utils for faster development of GraphQL tools

5 lines (4 loc) 300 B
import { type Plugin } from 'graphql-yoga'; import { ExecutorPluginExtras, ExecutorPluginOpts } from '@graphql-tools/executor-envelop'; import { Executor } from '@graphql-tools/utils'; export declare function useExecutor(executor: Executor, opts?: ExecutorPluginOpts): Plugin & ExecutorPluginExtras;