UNPKG

@jackchuka/gql-ingest

Version:

A CLI tool for ingesting data from CSV files into a GraphQL API

6 lines 236 B
import { DataReader, DataRow } from "./data-reader"; export declare class JsonlReader extends DataReader { getSupportedExtensions(): string[]; readFile(filePath: string): Promise<DataRow[]>; } //# sourceMappingURL=jsonl.d.ts.map