Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql language printer.d.ts
Raw

priv/npm/node_modules/graphql/language/printer.d.ts

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