UNPKG

@graphql-mesh/transport-sqlite

Version:
9 lines (8 loc) 375 B
import { type Executor } from '@graphql-mesh/transport-common'; export interface SQLiteTransportOptions { type: 'infile' | 'db'; } declare const _default: { getSubgraphExecutor({ cwd, transportEntry }: import("@graphql-mesh/transport-common").TransportGetSubgraphExecutorOptions<SQLiteTransportOptions>): Executor | PromiseLike<Executor>; }; export default _default;