UNPKG

@graphql-yoga/urql-exchange

Version:
5 lines (4 loc) 241 B
import { HTTPExecutorOptions } from '@graphql-tools/executor-http'; import { Exchange } from '@urql/core'; export type YogaExchangeOptions = HTTPExecutorOptions; export declare function yogaExchange(options?: HTTPExecutorOptions): Exchange;