summaryrefslogtreecommitdiff
path: root/alarm/node_modules/graphql/language/printer.d.ts
blob: 9329b45956008a233cbd70010678f233aa59fc12 (plain)
1
2
3
4
5
6
7
import { ASTNode } from './ast';

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