diff options
Diffstat (limited to 'includes/external/school/node_modules/graphql/language/printer.d.ts')
-rw-r--r-- | includes/external/school/node_modules/graphql/language/printer.d.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/external/school/node_modules/graphql/language/printer.d.ts b/includes/external/school/node_modules/graphql/language/printer.d.ts new file mode 100644 index 0000000..9329b45 --- /dev/null +++ b/includes/external/school/node_modules/graphql/language/printer.d.ts @@ -0,0 +1,7 @@ +import { ASTNode } from './ast'; + +/** + * Converts an AST into a string, using one set of reasonable + * formatting rules. + */ +export function print(ast: ASTNode): string; |