Skip to content

Commit

Permalink
feature: Makes parse(source: String) public
Browse files Browse the repository at this point in the history
  • Loading branch information
NeedleInAJayStack committed Jun 9, 2024
1 parent 0b6efaf commit 7e89497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GraphQL/Language/Parser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Given a GraphQL source, parses it into a Document.
* Throws GraphQLError if a syntax error is encountered.
*/
func parse(
public func parse(
instrumentation: Instrumentation = NoOpInstrumentation,
source: String,
noLocation: Bool = false
Expand Down

0 comments on commit 7e89497

Please sign in to comment.