From c91cb8fca70f56917c536fcdd8713b3019bc6dbb Mon Sep 17 00:00:00 2001 From: Brian Deacon Date: Tue, 1 Feb 2022 11:13:06 -0700 Subject: [PATCH] Add potentialMatch.reference to error message in TypeClassMatcher --- src/main/kotlin/graphql/kickstart/tools/TypeClassMatcher.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/graphql/kickstart/tools/TypeClassMatcher.kt b/src/main/kotlin/graphql/kickstart/tools/TypeClassMatcher.kt index 840c4a19..faa1346d 100644 --- a/src/main/kotlin/graphql/kickstart/tools/TypeClassMatcher.kt +++ b/src/main/kotlin/graphql/kickstart/tools/TypeClassMatcher.kt @@ -17,7 +17,7 @@ internal class TypeClassMatcher(private val definitionsByName: Map