UNPKG

@graphql-mesh/serve-runtime

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