We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print(ast: )
1 parent 3cf2dbc commit 0b6efafCopy full SHA for 0b6efaf
Sources/GraphQL/Language/Printer.swift
@@ -2,7 +2,7 @@ import Foundation
2
3
/// Converts an AST into a string, using one set of reasonable
4
/// formatting rules.
5
-func print(ast: Node) -> String {
+public func print(ast: Node) -> String {
6
ast.printed
7
}
8
0 commit comments