Skip to content

Commit 0b6efaf

Browse files
feature: Makes print(ast: ) public
1 parent 3cf2dbc commit 0b6efaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQL/Language/Printer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
/// Converts an AST into a string, using one set of reasonable
44
/// formatting rules.
5-
func print(ast: Node) -> String {
5+
public func print(ast: Node) -> String {
66
ast.printed
77
}
88

0 commit comments

Comments
 (0)