wangyuheng/Arc

Dgraph的SimpleDgraphRepository提供的getOne无法使用

Closed this issue · 0 comments

背景

Arc提供了SimpleDgraphRepository,用于一些简单的查询,目前getOne无法使用

现象

查询报错
生成的查询语句
image
结果
image

期望

能够正常使用getOne查询出结果

原因

expand(_all_)会查询当前层级下所有的属性,在同层级内出现了多句expand(_all_),导致同一字段查询多次然后报错