UNPKG

@graphql-tools/executor-urql-exchange

Version:
4 lines (3 loc) 160 B
import { Exchange } from '@urql/core'; import { Executor } from '@graphql-tools/utils'; export declare function executorExchange(executor: Executor): Exchange;