UNPKG

@graphql-mesh/serve-runtime

Version:
4 lines (3 loc) 177 B
import type { MeshFetch } from '@graphql-mesh/types'; import type { GatewayPlugin } from '../types.js'; export declare function useCustomFetch(fetch: MeshFetch): GatewayPlugin;