UNPKG

171 BTypeScriptView Raw
1import { GraphQLResponse, QueryOptions } from 'apollo-server-core/dist/runQuery';
2export declare function runQueryLodash(options: QueryOptions): Promise<GraphQLResponse>;