I am getting primary label errors when I try to use a generic class in my model
@Transient
open class PropNode<T> (
open var value: T? = null,
open var deletedValue: T? = null,
@DynamicLabels
open var labels: Collectio...
I had to import OGM and use their labels (@Index) even though I had SDN6 imported. I also had to configure the SessionFactory to enable the autoIndex("update")