@graphql-mesh/transport-rest
Version:
12 lines (11 loc) • 583 B
text/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.cjs';
export type { ProcessDirectiveArgs } from './directives/process.cjs';
export { processScalarType } from './directives/scalars.cjs';