UNPKG

@graphql-mesh/transport-mysql

Version:
6 lines (5 loc) 265 B
import { TransportExecutorFactoryFn } from '@graphql-mesh/transport-common'; export * from './types.cjs'; export * from './execution.cjs'; export * from './parseEndpointUri.cjs'; export declare const getSubgraphExecutor: TransportExecutorFactoryFn<'mysql', never>;