From 83042dc7854201d07e5327ffafc318b5277f1e02 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Mon, 30 Sep 2024 17:10:06 -0400 Subject: [PATCH] update: `format_graph_properties` --- arango/formatter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arango/formatter.py b/arango/formatter.py index 3dd6bf1..1c63bf0 100644 --- a/arango/formatter.py +++ b/arango/formatter.py @@ -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: