UNPKG

@graphql-mesh/transport-neo4j

Version:
7 lines (6 loc) 298 B
import { TransportExecutorFactoryFn } from '@graphql-mesh/transport-common'; export * from './auth.cjs'; export * from './driver.cjs'; export * from './eventEmitterForPubSub.cjs'; export * from './executor.cjs'; export declare const getSubgraphExecutor: TransportExecutorFactoryFn<'neo4j', never>;