Skip to content

Commit 8f81f0a

Browse files
authored
export isValidNameError
1 parent fdccce3 commit 8f81f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export {
102102
} from './typeComparators';
103103

104104
// Asserts that a string is a valid GraphQL name
105-
export { assertValidName } from './assertValidName';
105+
export { assertValidName, isValidNameError } from './assertValidName';
106106

107107
// Compares two GraphQLSchemas and detects breaking changes.
108108
export {

0 commit comments

Comments
 (0)