Skip to content

Commit 135619c

Browse files
authored
export isValidNameError
1 parent ee93a91 commit 135619c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ export {
362362
doTypesOverlap,
363363
// Asserts a string is a valid GraphQL name.
364364
assertValidName,
365+
// Determine if a string is a valid GraphQL name.
366+
isValidNameError
365367
// Compares two GraphQLSchemas and detects breaking changes.
366368
findBreakingChanges,
367369
findDangerousChanges,
@@ -372,8 +374,6 @@ export {
372374
} from './utilities';
373375

374376
export type {
375-
assertValidName,
376-
isValidNameError,
377377
BreakingChange,
378378
DangerousChange,
379379
IntrospectionOptions,

0 commit comments

Comments
 (0)