Skip to content

Commit 7e89497

Browse files
feature: Makes parse(source: String) public
1 parent 0b6efaf commit 7e89497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQL/Language/Parser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Given a GraphQL source, parses it into a Document.
33
* Throws GraphQLError if a syntax error is encountered.
44
*/
5-
func parse(
5+
public func parse(
66
instrumentation: Instrumentation = NoOpInstrumentation,
77
source: String,
88
noLocation: Bool = false

0 commit comments

Comments
 (0)