Skip to content

Commit

Permalink
update: format_graph_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Sep 30, 2024
1 parent 96e0cb4 commit 83042dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arango/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,8 @@ def format_graph_properties(body: Json) -> Json:
}
if "isSmart" in body:
result["smart"] = body["isSmart"]
if "isDisjoint" in body:
result["disjoint"] = body["isDisjoint"]
if "isSatellite" in body:
result["is_satellite"] = body["isSatellite"]
if "smartGraphAttribute" in body:
Expand Down

0 comments on commit 83042dc

Please sign in to comment.