Tried to add: ``` typeHierarchy = mapOf( ...
# graphql-kotlin
m
Tried to add:
Copy code
typeHierarchy = mapOf(
        IntEntity::class to listOf(ProductEntity::class),
        IntIdTable::class to listOf(ProductTable::class)
      )
but does not help. I probably do not understand enough how reflection work, to define this correctly.