UNPKG

@types/graphql

Version:

TypeScript definitions for graphql

6 lines (5 loc) 132 B
/** * Converts an AST into a string, using one set of reasonable * formatting rules. */ export function print(ast: any): string;