UNPKG

@jackchuka/gql-ingest

Version:

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

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