版本

# graph_v2

图结构

【可被接口直接返回】


参数列表 类型 描述 是否可空 默认值 示例 备注
message String 消息 "" "OK."
status int 状态码 0 0 状态码说明
cost_time double 耗时 0 0.01
relations List<edge_basic> 路径信息 {} {} edge_basic
types Map<int, int8_t> 节点类型 {} {1:'1'}
  • key: 节点id
  • value: 节点类型
nodes set<int> 节点ID [] [0]
node_type_mapping List<String> 节点类型 [] ["person"]
edge_type_mapping List<String> 边类型 [] ["use"]
最近一次更新时间: 12/29/2022, 7:55:32 AM