nebula文档小细节

查询 player100 的朋友和朋友所属队伍。

nebula> GO FROM “player100” OVER follow REVERSELY
YIELD src(edge) AS id |
GO FROM $-.id OVER serve
WHERE properties($^).age > 20
YIELD properties($^).name AS FriendOf, properties($$).name AS Team;

这里“查询 player100 的朋友和朋友所属队伍。”感觉可以改成“查询 player100 的年龄大于 20 的朋友以及这些朋友所属队伍。 ”

小细节哦

的确严谨点是详细说明示例是啥比较合适 :joy: 你可以给官方他们提个 PR 看他们收不收。