You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privatefunerror(potentialMatch:PotentialMatch, msg:String) =SchemaClassScannerError("Unable to match type definition (${potentialMatch.graphQLType}) with java type (${potentialMatch.javaType}): $msg")
20
+
privatefunerror(potentialMatch:PotentialMatch, msg:String) =SchemaClassScannerError("Unable to match type definition (${potentialMatch.graphQLType}) for reference ${potentialMatch.reference}with java type (${potentialMatch.javaType}): $msg")
0 commit comments