Skip to content

Commit

Permalink
Remove deprecated assertValidName & isValidNameError (#3572)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored May 11, 2022
1 parent 0c315b6 commit 6dda669
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"src/jsutils/Maybe.ts",
"src/jsutils/ObjMap.ts",
"src/jsutils/PromiseOrValue.ts",
"src/utilities/assertValidName.ts",
"src/utilities/typedQueryDocumentNode.ts"
],
"clean": true,
Expand Down
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,6 @@ export {
isEqualType,
isTypeSubTypeOf,
doTypesOverlap,
// Asserts a string is a valid GraphQL name.
assertValidName,
// Determine if a string is a valid GraphQL name.
isValidNameError,
// Compares two GraphQLSchemas and detects breaking changes.
BreakingChangeType,
DangerousChangeType,
Expand Down
39 changes: 0 additions & 39 deletions src/utilities/assertValidName.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/utilities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export {
doTypesOverlap,
} from './typeComparators';

// Asserts that a string is a valid GraphQL name
export { assertValidName, isValidNameError } from './assertValidName';

// Compares two GraphQLSchemas and detects breaking changes.
export {
BreakingChangeType,
Expand Down

0 comments on commit 6dda669

Please sign in to comment.