File tree 6 files changed +0
-89
lines changed 6 files changed +0
-89
lines changed Original file line number Diff line number Diff line change @@ -385,8 +385,6 @@ export {
385
385
TypeInfo ,
386
386
// Coerces a JavaScript value to a GraphQL type, or produces errors.
387
387
coerceInputValue ,
388
- // @deprecated use coerceInputValue - will be removed in v15
389
- coerceValue ,
390
388
// Concatenates multiple AST together.
391
389
concatAST ,
392
390
// Separates an AST into an AST per Operation.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -83,9 +83,6 @@ export { TypeInfo } from './TypeInfo';
83
83
// Coerces a JavaScript value to a GraphQL type, or produces errors.
84
84
export { coerceInputValue } from './coerceInputValue' ;
85
85
86
- // @deprecated use coerceInputValue - will be removed in v15.
87
- export { coerceValue } from './coerceValue' ;
88
-
89
86
// Concatenates multiple AST together.
90
87
export { concatAST } from './concatAST' ;
91
88
Original file line number Diff line number Diff line change @@ -385,8 +385,6 @@ export {
385
385
TypeInfo ,
386
386
// Coerces a JavaScript value to a GraphQL type, or produces errors.
387
387
coerceInputValue ,
388
- // @deprecated use coerceInputValue - will be removed in v15
389
- coerceValue ,
390
388
// Concatenates multiple AST together.
391
389
concatAST ,
392
390
// Separates an AST into an AST per Operation.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -80,9 +80,6 @@ export { TypeInfo } from './TypeInfo';
80
80
// Coerces a JavaScript value to a GraphQL type, or produces errors.
81
81
export { coerceInputValue } from './coerceInputValue' ;
82
82
83
- // Coerces a JavaScript value to a GraphQL type, or produces errors.
84
- export { coerceValue } from './coerceValue' ;
85
-
86
83
// Concatenates multiple AST together.
87
84
export { concatAST } from './concatAST' ;
88
85
You can’t perform that action at this time.
0 commit comments