UNPKG

@graphql-mesh/utils

Version:
3 lines (2 loc) 166 B
import { MeshFetch, OnFetchHook } from '@graphql-mesh/types'; export declare function wrapFetchWithHooks<TContext>(onFetchHooks: OnFetchHook<TContext>[]): MeshFetch;