File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -362,6 +362,8 @@ export {
362
362
doTypesOverlap ,
363
363
// Asserts a string is a valid GraphQL name.
364
364
assertValidName ,
365
+ // Determine if a string is a valid GraphQL name.
366
+ isValidNameError ,
365
367
// Compares two GraphQLSchemas and detects breaking changes.
366
368
findBreakingChanges ,
367
369
findDangerousChanges ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export {
102
102
} from './typeComparators' ;
103
103
104
104
// Asserts that a string is a valid GraphQL name
105
- export { assertValidName } from './assertValidName' ;
105
+ export { assertValidName , isValidNameError } from './assertValidName' ;
106
106
107
107
// Compares two GraphQLSchemas and detects breaking changes.
108
108
export {
You can’t perform that action at this time.
0 commit comments