Skip to content

Commit 6dda669

Browse files
Remove deprecated assertValidName & isValidNameError (#3572)
1 parent 0c315b6 commit 6dda669

File tree

4 files changed

+0
-47
lines changed

4 files changed

+0
-47
lines changed

.c8rc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"src/jsutils/Maybe.ts",
88
"src/jsutils/ObjMap.ts",
99
"src/jsutils/PromiseOrValue.ts",
10-
"src/utilities/assertValidName.ts",
1110
"src/utilities/typedQueryDocumentNode.ts"
1211
],
1312
"clean": true,

src/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,6 @@ export {
443443
isEqualType,
444444
isTypeSubTypeOf,
445445
doTypesOverlap,
446-
// Asserts a string is a valid GraphQL name.
447-
assertValidName,
448-
// Determine if a string is a valid GraphQL name.
449-
isValidNameError,
450446
// Compares two GraphQLSchemas and detects breaking changes.
451447
BreakingChangeType,
452448
DangerousChangeType,

src/utilities/assertValidName.ts

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/utilities/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ export {
8686
doTypesOverlap,
8787
} from './typeComparators';
8888

89-
// Asserts that a string is a valid GraphQL name
90-
export { assertValidName, isValidNameError } from './assertValidName';
91-
9289
// Compares two GraphQLSchemas and detects breaking changes.
9390
export {
9491
BreakingChangeType,

0 commit comments

Comments
 (0)