File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,9 @@ export type {
198
198
GraphQLUnionTypeExtensions ,
199
199
GraphQLScalarSerializer ,
200
200
GraphQLScalarValueParser ,
201
+ /* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
201
202
GraphQLScalarLiteralParser ,
203
+ GraphQLScalarInputLiteralCoercer ,
202
204
GraphQLDefaultValueUsage ,
203
205
} from './type/index.js' ;
204
206
Original file line number Diff line number Diff line change @@ -118,7 +118,9 @@ export type {
118
118
GraphQLUnionTypeExtensions ,
119
119
GraphQLScalarSerializer ,
120
120
GraphQLScalarValueParser ,
121
+ /* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
121
122
GraphQLScalarLiteralParser ,
123
+ GraphQLScalarInputLiteralCoercer ,
122
124
GraphQLDefaultValueUsage ,
123
125
} from './definition.js' ;
124
126
You can’t perform that action at this time.
0 commit comments