@graphql-mesh/transport-soap
Version:
6 lines (5 loc) • 313 B
JavaScript
import { createExecutorFromSchemaAST } from './executor.js';
export const getSubgraphExecutor = function getSOAPSubgraphExecutor({ transportEntry, subgraph, fetch }) {
return createExecutorFromSchemaAST(subgraph, fetch, transportEntry.headers);
};
export { createExecutorFromSchemaAST } from './executor.js';