UNPKG

@graphql-mesh/transport-soap

Version:
4 lines (3 loc) 217 B
import { TransportExecutorFactoryFn } from '@graphql-mesh/transport-common'; export declare const getSubgraphExecutor: TransportExecutorFactoryFn<'soap'>; export { createExecutorFromSchemaAST } from './executor.cjs';