UNPKG

255 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2export declare function graphqlLodash(query: string | DocumentNode, operationName?: string): {
3 apply: boolean;
4 query: DocumentNode;
5 transform: (data: any) => any;
6 queryShape: {};
7 reshape: {};
8};