UNPKG

apollo-cache

Version:

Core abstract of Caching layer for Apollo Client

5 lines 281 B
import { DocumentNode } from 'graphql'; export declare function queryFromPojo(obj: any): DocumentNode; export declare function fragmentFromPojo(obj: any, typename?: string): DocumentNode; export declare const justTypenameQuery: DocumentNode; //# sourceMappingURL=utils.d.ts.map