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.
1 parent dfa0a60 commit 0522fb6Copy full SHA for 0522fb6
Sources/GraphQL/Type/Validation.swift
@@ -5,7 +5,7 @@
5
* Validation runs synchronously, returning an array of encountered errors, or
6
* an empty array if no errors were encountered and the Schema is valid.
7
*/
8
-func validateSchema(
+public func validateSchema(
9
schema: GraphQLSchema
10
) throws -> [GraphQLError] {
11
// If this Schema has already been validated, return the previous results.
0 commit comments