File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments