UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

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;