graphql-mapping-template
Version:
An AST wrapper around AWS AppSync resolvers
5 lines • 300 B
TypeScript
import { Expression, ObjectNode } from './ast';
export declare function printObject(node: ObjectNode, indent?: string): string;
export declare function print(expr: Expression): string;
export declare function printBlock(name: string): (expr: Expression) => string;
//# sourceMappingURL=print.d.ts.map