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