Skip to content

Commit cd6f9f6

Browse files
committed
export GraphQLScalarInputLiteralCoercer
1 parent 2ec37a0 commit cd6f9f6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ export type {
198198
GraphQLUnionTypeExtensions,
199199
GraphQLScalarSerializer,
200200
GraphQLScalarValueParser,
201+
/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
201202
GraphQLScalarLiteralParser,
203+
GraphQLScalarInputLiteralCoercer,
202204
GraphQLDefaultValueUsage,
203205
} from './type/index.js';
204206

src/type/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ export type {
118118
GraphQLUnionTypeExtensions,
119119
GraphQLScalarSerializer,
120120
GraphQLScalarValueParser,
121+
/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
121122
GraphQLScalarLiteralParser,
123+
GraphQLScalarInputLiteralCoercer,
122124
GraphQLDefaultValueUsage,
123125
} from './definition.js';
124126

0 commit comments

Comments
 (0)