UNPKG

@bitblit/ratchet-graphql

Version:

Ratchet tools to simplify use of graphql

10 lines (9 loc) 435 B
import { GraphqlRatchetQueryProvider } from './graphql-ratchet-query-provider.js'; export declare class StringRecordQueryProvider implements GraphqlRatchetQueryProvider { private autoPrefix; private autoSuffix; private caseSensitive?; private files; constructor(inFiles: Record<string, string>, autoPrefix?: string, autoSuffix?: string, caseSensitive?: boolean); fetchQueryText(qry: string): Promise<string>; }