UNPKG

@graphql-mesh/transport-odata

Version:
11 lines (10 loc) 328 B
import { createDefaultExecutor } from '@graphql-mesh/transport-common'; import { processDirectives } from '@omnigraph/odata'; export default { getSubgraphExecutor({ subgraph, fetch }) { return createDefaultExecutor(processDirectives({ schema: subgraph, fetchFn: fetch, })); }, };