I want to have some kind of
TestResolver implements GraphQLResolver<TestDataClass<MyType>>
but result of code above is throw ResolverError("Unable to determine data class for resolver '${resolverType.name}' from generic interface! This is most likely a bug with graphql-java-tools.")
because TypeUtils.determineTypeArguments() returns ParameterizedType instead of Class