UNPKG

@graphql-mesh/serve-runtime

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