UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

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