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.
parse(source: String)
1 parent 0b6efaf commit 7e89497Copy full SHA for 7e89497
Sources/GraphQL/Language/Parser.swift
@@ -2,7 +2,7 @@
2
* Given a GraphQL source, parses it into a Document.
3
* Throws GraphQLError if a syntax error is encountered.
4
*/
5
-func parse(
+public func parse(
6
instrumentation: Instrumentation = NoOpInstrumentation,
7
source: String,
8
noLocation: Bool = false
0 commit comments