Skip to content

Commit

Permalink
Remove deprecated 'coerceValue' function (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 14, 2019
1 parent 4a689d3 commit 07b0413
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 89 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ export {
TypeInfo,
// Coerces a JavaScript value to a GraphQL type, or produces errors.
coerceInputValue,
// @deprecated use coerceInputValue - will be removed in v15
coerceValue,
// Concatenates multiple AST together.
concatAST,
// Separates an AST into an AST per Operation.
Expand Down
56 changes: 0 additions & 56 deletions src/utilities/coerceValue.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/utilities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export { TypeInfo } from './TypeInfo';
// Coerces a JavaScript value to a GraphQL type, or produces errors.
export { coerceInputValue } from './coerceInputValue';

// @deprecated use coerceInputValue - will be removed in v15.
export { coerceValue } from './coerceValue';

// Concatenates multiple AST together.
export { concatAST } from './concatAST';

Expand Down
2 changes: 0 additions & 2 deletions tstypes/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ export {
TypeInfo,
// Coerces a JavaScript value to a GraphQL type, or produces errors.
coerceInputValue,
// @deprecated use coerceInputValue - will be removed in v15
coerceValue,
// Concatenates multiple AST together.
concatAST,
// Separates an AST into an AST per Operation.
Expand Down
23 changes: 0 additions & 23 deletions tstypes/utilities/coerceValue.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions tstypes/utilities/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ export { TypeInfo } from './TypeInfo';
// Coerces a JavaScript value to a GraphQL type, or produces errors.
export { coerceInputValue } from './coerceInputValue';

// Coerces a JavaScript value to a GraphQL type, or produces errors.
export { coerceValue } from './coerceValue';

// Concatenates multiple AST together.
export { concatAST } from './concatAST';

Expand Down

0 comments on commit 07b0413

Please sign in to comment.