UNPKG

281 BTypeScriptView Raw
1import { DocumentNode } from 'graphql';
2export declare function queryFromPojo(obj: any): DocumentNode;
3export declare function fragmentFromPojo(obj: any, typename?: string): DocumentNode;
4export declare const justTypenameQuery: DocumentNode;
5//# sourceMappingURL=utils.d.ts.map
\No newline at end of file