Hi,
I have a small inheritance problem in Spring Data Neo4j 6.1.4.
Notification is an abstract class and RequestNotification is one of the supertypes.
interface NotificationRepository : Neo4jRepository<Notification, Long> {
fun findByNotificationI...