Skip to content

Commit 2ca0ba9

Browse files
committed
prettier
1 parent 965ad4a commit 2ca0ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ export type GraphQLScalarValueParser<TInternal> = (
668668
inputValue: unknown,
669669
) => TInternal;
670670

671-
/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
671+
/* @deprecated in favor of GraphQLScalarInputLiteralCoercer, will be removed in v18 */
672672
export type GraphQLScalarLiteralParser<TInternal> = (
673673
valueNode: ValueNode,
674674
variables: Maybe<ObjMap<unknown>>,

0 commit comments

Comments
 (0)