Skip to content

Commit b82fa62

Browse files
Made validate with rules public
1 parent 0e7af8c commit b82fa62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQL/Validation/Validate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public func validate(
2929
* (see the language/visitor API). Visitor methods are expected to return
3030
* GraphQLErrors, or Arrays of GraphQLErrors when invalid.
3131
*/
32-
func validate(
32+
public func validate(
3333
instrumentation: Instrumentation = NoOpInstrumentation,
3434
schema: GraphQLSchema,
3535
ast: Document,

0 commit comments

Comments
 (0)