UNPKG

@graphql-mesh/transport-mysql

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