UNPKG

@graphql-mesh/serve-runtime

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