UNPKG

@graphql-mesh/transport-neo4j

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