File tree Expand file tree Collapse file tree 6 files changed +0
-37
lines changed Expand file tree Collapse file tree 6 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -387,8 +387,6 @@ export {
387
387
coerceInputValue ,
388
388
// @deprecated use coerceInputValue - will be removed in v15
389
389
coerceValue ,
390
- // @deprecated use coerceInputValue - will be removed in v15
391
- isValidJSValue ,
392
390
// @deprecated use validation - will be removed in v15
393
391
isValidLiteralValue ,
394
392
// Concatenates multiple AST together.
Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ export { coerceInputValue } from './coerceInputValue';
86
86
// @deprecated use coerceInputValue - will be removed in v15.
87
87
export { coerceValue } from './coerceValue' ;
88
88
89
- // @deprecated use coerceInputValue - will be removed in v15.
90
- export { isValidJSValue } from './isValidJSValue' ;
91
-
92
89
// @deprecated use validation - will be removed in v15
93
90
export { isValidLiteralValue } from './isValidLiteralValue' ;
94
91
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -387,8 +387,6 @@ export {
387
387
coerceInputValue ,
388
388
// @deprecated use coerceInputValue - will be removed in v15
389
389
coerceValue ,
390
- // @deprecated use coerceInputValue - will be removed in v15
391
- isValidJSValue ,
392
390
// @deprecated use validation - will be removed in v15
393
391
isValidLiteralValue ,
394
392
// Concatenates multiple AST together.
Original file line number Diff line number Diff line change @@ -83,9 +83,6 @@ export { coerceInputValue } from './coerceInputValue';
83
83
// Coerces a JavaScript value to a GraphQL type, or produces errors.
84
84
export { coerceValue } from './coerceValue' ;
85
85
86
- // @deprecated use coerceValue - will be removed in v15
87
- export { isValidJSValue } from './isValidJSValue' ;
88
-
89
86
// @deprecated use validation - will be removed in v15
90
87
export { isValidLiteralValue } from './isValidLiteralValue' ;
91
88
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments