You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
语句类似: GET SUBGRAPH With PROP 4 STEPS FROM 'player101' OUT Target_To YIELD EDGES AS e |YIELD $-.e[..2000] as result
网页返回值: [[:Target_To "player101"->"player102" @0 {target: "fellow"}]]
我尝试: .ToListAsync<TestDto>(); public class TestDto { public List<List<List<String>>> result { get; set; } }
但是失败了
The text was updated successfully, but these errors were encountered:
语句类似:
GET SUBGRAPH With PROP 4 STEPS FROM 'player101' OUT Target_To YIELD EDGES AS e |YIELD $-.e[..2000] as result
网页返回值:
[[:Target_To "player101"->"player102" @0 {target: "fellow"}]]
我尝试:
.ToListAsync<TestDto>(); public class TestDto { public List<List<List<String>>> result { get; set; } }
但是失败了
The text was updated successfully, but these errors were encountered: