File tree 4 files changed +0
-47
lines changed 4 files changed +0
-47
lines changed Original file line number Diff line number Diff line change 7
7
" src/jsutils/Maybe.ts" ,
8
8
" src/jsutils/ObjMap.ts" ,
9
9
" src/jsutils/PromiseOrValue.ts" ,
10
- " src/utilities/assertValidName.ts" ,
11
10
" src/utilities/typedQueryDocumentNode.ts"
12
11
],
13
12
"clean" : true ,
Original file line number Diff line number Diff line change @@ -443,10 +443,6 @@ export {
443
443
isEqualType ,
444
444
isTypeSubTypeOf ,
445
445
doTypesOverlap ,
446
- // Asserts a string is a valid GraphQL name.
447
- assertValidName ,
448
- // Determine if a string is a valid GraphQL name.
449
- isValidNameError ,
450
446
// Compares two GraphQLSchemas and detects breaking changes.
451
447
BreakingChangeType ,
452
448
DangerousChangeType ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ export {
86
86
doTypesOverlap ,
87
87
} from './typeComparators' ;
88
88
89
- // Asserts that a string is a valid GraphQL name
90
- export { assertValidName , isValidNameError } from './assertValidName' ;
91
-
92
89
// Compares two GraphQLSchemas and detects breaking changes.
93
90
export {
94
91
BreakingChangeType ,
You can’t perform that action at this time.
0 commit comments