Skip to content

Commit 2cd9c78

Browse files
committed
Remove deprecated 'isValidLiteralValue' function (#2127)
1 parent 2ed6183 commit 2cd9c78

File tree

7 files changed

+0
-86
lines changed

7 files changed

+0
-86
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ export {
387387
coerceInputValue,
388388
// @deprecated use coerceInputValue - will be removed in v15
389389
coerceValue,
390-
// @deprecated use validation - will be removed in v15
391-
isValidLiteralValue,
392390
// Concatenates multiple AST together.
393391
concatAST,
394392
// Separates an AST into an AST per Operation.

src/utilities/__tests__/isValidLiteralValue-test.js

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

src/utilities/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ export { coerceInputValue } from './coerceInputValue';
8686
// @deprecated use coerceInputValue - will be removed in v15.
8787
export { coerceValue } from './coerceValue';
8888

89-
// @deprecated use validation - will be removed in v15
90-
export { isValidLiteralValue } from './isValidLiteralValue';
91-
9289
// Concatenates multiple AST together.
9390
export { concatAST } from './concatAST';
9491

src/utilities/isValidLiteralValue.js

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

tstypes/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ export {
387387
coerceInputValue,
388388
// @deprecated use coerceInputValue - will be removed in v15
389389
coerceValue,
390-
// @deprecated use validation - will be removed in v15
391-
isValidLiteralValue,
392390
// Concatenates multiple AST together.
393391
concatAST,
394392
// Separates an AST into an AST per Operation.

tstypes/utilities/index.d.ts

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

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

tstypes/utilities/isValidLiteralValue.d.ts

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

0 commit comments

Comments
 (0)