We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965ad4a commit 2ca0ba9Copy full SHA for 2ca0ba9
src/type/definition.ts
@@ -668,7 +668,7 @@ export type GraphQLScalarValueParser<TInternal> = (
668
inputValue: unknown,
669
) => TInternal;
670
671
-/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
+/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
672
export type GraphQLScalarLiteralParser<TInternal> = (
673
valueNode: ValueNode,
674
variables: Maybe<ObjMap<unknown>>,
0 commit comments