UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

5 lines 156 B
import type { ASTNode } from "graphql"; export declare const print: ((ast: ASTNode) => string) & { reset(): void; }; //# sourceMappingURL=print.d.ts.map