UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

8 lines (6 loc) 170 B
import { ASTNode } from './ast'; /** * Converts an AST into a string, using one set of reasonable * formatting rules. */ export function print(ast: ASTNode): string;