Skip to content

Commit 83d5011

Browse files
committed
Remove deprecated 'coerceValue' function (#2128)
1 parent 2cd9c78 commit 83d5011

File tree

6 files changed

+0
-89
lines changed

6 files changed

+0
-89
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ export {
385385
TypeInfo,
386386
// Coerces a JavaScript value to a GraphQL type, or produces errors.
387387
coerceInputValue,
388-
// @deprecated use coerceInputValue - will be removed in v15
389-
coerceValue,
390388
// Concatenates multiple AST together.
391389
concatAST,
392390
// Separates an AST into an AST per Operation.

src/utilities/coerceValue.js

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

src/utilities/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ export { TypeInfo } from './TypeInfo';
8383
// Coerces a JavaScript value to a GraphQL type, or produces errors.
8484
export { coerceInputValue } from './coerceInputValue';
8585

86-
// @deprecated use coerceInputValue - will be removed in v15.
87-
export { coerceValue } from './coerceValue';
88-
8986
// Concatenates multiple AST together.
9087
export { concatAST } from './concatAST';
9188

tstypes/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,6 @@ export {
385385
TypeInfo,
386386
// Coerces a JavaScript value to a GraphQL type, or produces errors.
387387
coerceInputValue,
388-
// @deprecated use coerceInputValue - will be removed in v15
389-
coerceValue,
390388
// Concatenates multiple AST together.
391389
concatAST,
392390
// Separates an AST into an AST per Operation.

tstypes/utilities/coerceValue.d.ts

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

tstypes/utilities/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ export { TypeInfo } from './TypeInfo';
8080
// Coerces a JavaScript value to a GraphQL type, or produces errors.
8181
export { coerceInputValue } from './coerceInputValue';
8282

83-
// Coerces a JavaScript value to a GraphQL type, or produces errors.
84-
export { coerceValue } from './coerceValue';
85-
8683
// Concatenates multiple AST together.
8784
export { concatAST } from './concatAST';
8885

0 commit comments

Comments
 (0)