Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d00fbe9

Browse files
committed
Do not export internal method visitUsingRules
Instead, use `validate` for all similar use cases, ensuring proper invariants run first.
1 parent a13abf7 commit d00fbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function validate(
7676
*
7777
* @internal
7878
*/
79-
export function visitUsingRules(
79+
function visitUsingRules(
8080
schema: GraphQLSchema,
8181
typeInfo: TypeInfo,
8282
documentAST: DocumentNode,

0 commit comments

Comments
 (0)