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 0e7af8c commit b82fa62Copy full SHA for b82fa62
Sources/GraphQL/Validation/Validate.swift
@@ -29,7 +29,7 @@ public func validate(
29
* (see the language/visitor API). Visitor methods are expected to return
30
* GraphQLErrors, or Arrays of GraphQLErrors when invalid.
31
*/
32
-func validate(
+public func validate(
33
instrumentation: Instrumentation = NoOpInstrumentation,
34
schema: GraphQLSchema,
35
ast: Document,
0 commit comments