UNPKG

mockttp

Version:

Mock HTTP server for testing HTTP clients and stubbing webservices

4 lines 220 B
import { ObjectValueNode, ValueNode } from "graphql"; export declare function astToObject<T>(ast: ObjectValueNode): T; export declare function parseAnyAst(ast: ValueNode): any; //# sourceMappingURL=graphql-utils.d.ts.map