@Query(value = "MATCH (n:`GropiusUser`:`User`:`BaseNode`:`Node`) RETURN n.id")
abstract suspend fun findAllIds(): List<String>