Skip to content

Commit 83042dc

Browse files
committed
update: format_graph_properties
1 parent 96e0cb4 commit 83042dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arango/formatter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,8 @@ def format_graph_properties(body: Json) -> Json:
12611261
}
12621262
if "isSmart" in body:
12631263
result["smart"] = body["isSmart"]
1264+
if "isDisjoint" in body:
1265+
result["disjoint"] = body["isDisjoint"]
12641266
if "isSatellite" in body:
12651267
result["is_satellite"] = body["isSatellite"]
12661268
if "smartGraphAttribute" in body:

0 commit comments

Comments
 (0)