graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "delivery" -- "delivery-pricing" [label=" 3 ", penwidth="3", color="#00688b82"]; "orders" -- "delivery-pricing" [label=" 3 ", penwidth="3", color="#00688b82"]; "orders" -- "delivery" [label=" 3 ", penwidth="3", color="#00688b82"]; "payment" -- "delivery-pricing" [label=" 3 ", penwidth="3", color="#00688b82"]; "payment" -- "delivery" [label=" 3 ", penwidth="3", color="#00688b82"]; "payment" -- "orders" [label=" 3 ", penwidth="3", color="#00688b82"]; "platform" -- "delivery-pricing" [label=" 3 ", penwidth="3", color="#00688b82"]; "platform" -- "delivery" [label=" 3 ", penwidth="3", color="#00688b82"]; "platform" -- "orders" [label=" 3 ", penwidth="3", color="#00688b82"]; "platform" -- "payment" [label=" 3 ", penwidth="3", color="#00688b82"]; "products" -- "delivery-pricing" [label=" 3 ", penwidth="3", color="#00688b82"]; "products" -- "delivery" [label=" 3 ", penwidth="3", color="#00688b82"]; "products" -- "orders" [label=" 3 ", penwidth="3", color="#00688b82"]; "products" -- "payment" [label=" 3 ", penwidth="3", color="#00688b82"]; "products" -- "platform" [label=" 3 ", penwidth="3", color="#00688b82"]; "users" -- "delivery-pricing" [label=" 3 ", penwidth="3", color="#00688b82"]; "users" -- "delivery" [label=" 3 ", penwidth="3", color="#00688b82"]; "users" -- "orders" [label=" 3 ", penwidth="3", color="#00688b82"]; "users" -- "payment" [label=" 3 ", penwidth="3", color="#00688b82"]; "users" -- "platform" [label=" 3 ", penwidth="3", color="#00688b82"]; "users" -- "products" [label=" 3 ", penwidth="3", color="#00688b82"]; "warehouse" -- "delivery-pricing" [label=" 3 ", penwidth="3", color="#00688b82"]; "warehouse" -- "delivery" [label=" 3 ", penwidth="3", color="#00688b82"]; "warehouse" -- "orders" [label=" 3 ", penwidth="3", color="#00688b82"]; "warehouse" -- "payment" [label=" 3 ", penwidth="3", color="#00688b82"]; "warehouse" -- "platform" [label=" 3 ", penwidth="3", color="#00688b82"]; "warehouse" -- "products" [label=" 3 ", penwidth="3", color="#00688b82"]; "warehouse" -- "users" [label=" 3 ", penwidth="3", color="#00688b82"]; "frontend-api" -- "delivery-pricing" [label=" 2 ", penwidth="2", color="#00688b70"]; "frontend-api" -- "delivery" [label=" 2 ", penwidth="2", color="#00688b70"]; "orders" -- "frontend-api" [label=" 2 ", penwidth="2", color="#00688b70"]; "payment" -- "frontend-api" [label=" 2 ", penwidth="2", color="#00688b70"]; "pipeline" -- "delivery-pricing" [label=" 2 ", penwidth="2", color="#00688b70"]; "pipeline" -- "delivery" [label=" 2 ", penwidth="2", color="#00688b70"]; "pipeline" -- "frontend-api" [label=" 2 ", penwidth="2", color="#00688b70"]; "pipeline" -- "orders" [label=" 2 ", penwidth="2", color="#00688b70"]; "pipeline" -- "payment" [label=" 2 ", penwidth="2", color="#00688b70"]; "platform" -- "frontend-api" [label=" 2 ", penwidth="2", color="#00688b70"]; "platform" -- "pipeline" [label=" 2 ", penwidth="2", color="#00688b70"]; "products" -- "frontend-api" [label=" 2 ", penwidth="2", color="#00688b70"]; "products" -- "pipeline" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "delivery-pricing" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "delivery" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "frontend-api" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "orders" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "payment" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "pipeline" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "platform" [label=" 2 ", penwidth="2", color="#00688b70"]; "shared" -- "products" [label=" 2 ", penwidth="2", color="#00688b70"]; "users" -- "frontend-api" [label=" 2 ", penwidth="2", color="#00688b70"]; }