UNPKG

@graphql-mesh/transport-rest

Version:
8 lines (7 loc) 367 B
import { TransportExecutorFactoryFn } from '@graphql-mesh/transport-common'; export interface RESTTransportOptions { timeout?: number; queryParams?: Record<string, string>; } export declare const getSubgraphExecutor: TransportExecutorFactoryFn<'rest', RESTTransportOptions>; export { processDirectives, ProcessDirectiveArgs } from './directives/process.cjs';