Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ export {
coerceInputValue,
// @deprecated use coerceInputValue - will be removed in v15
coerceValue,
// @deprecated use coerceInputValue - will be removed in v15
isValidJSValue,
// @deprecated use validation - will be removed in v15
isValidLiteralValue,
// Concatenates multiple AST together.
Expand Down
3 changes: 0 additions & 3 deletions src/utilities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export { coerceInputValue } from './coerceInputValue';
// @deprecated use coerceInputValue - will be removed in v15.
export { coerceValue } from './coerceValue';

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

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

Expand Down
19 changes: 0 additions & 19 deletions src/utilities/isValidJSValue.js

This file was deleted.

2 changes: 0 additions & 2 deletions tstypes/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ export {
coerceInputValue,
// @deprecated use coerceInputValue - will be removed in v15
coerceValue,
// @deprecated use coerceInputValue - will be removed in v15
isValidJSValue,
// @deprecated use validation - will be removed in v15
isValidLiteralValue,
// Concatenates multiple AST together.
Expand Down
3 changes: 0 additions & 3 deletions tstypes/utilities/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export { coerceInputValue } from './coerceInputValue';
// Coerces a JavaScript value to a GraphQL type, or produces errors.
export { coerceValue } from './coerceValue';

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

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

Expand Down
8 changes: 0 additions & 8 deletions tstypes/utilities/isValidJSValue.d.ts

This file was deleted.