@graphql-mesh/transport-rest
Version:
12 lines (11 loc) • 580 B
TypeScript
export interface RESTTransportOptions {
timeout?: number;
queryParams?: Record<string, string>;
}
declare const _default: {
getSubgraphExecutor({ transportEntry, subgraph, fetch, pubsub, logger }: import("@graphql-mesh/transport-common").TransportGetSubgraphExecutorOptions<RESTTransportOptions>): import("@graphql-mesh/transport-common").Executor;
};
export default _default;
export { processDirectives } from './directives/process.js';
export type { ProcessDirectiveArgs } from './directives/process.js';
export { processScalarType } from './directives/scalars.js';