我有一些用户类型的节点连接到根节点,就像这样
var node = _graphClient.Create(new User{Name= "Bob}, new UserBelongsTo(_graphClient.RootNode));
我想执行一个查询,该查询将返回连接到根节点的所有用户。如何使用 neo4jClient 执行此操作?
我有一些用户类型的节点连接到根节点,就像这样
var node = _graphClient.Create(new User{Name= "Bob}, new UserBelongsTo(_graphClient.RootNode));
我想执行一个查询,该查询将返回连接到根节点的所有用户。如何使用 neo4jClient 执行此操作?