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" ] "src" -- "src/include-nested-stacks" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/types" -- "src/include-nested-stacks" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/types" -- "src" [label=" 1 ", penwidth="1", color="#00688b5E"]; "integ-test" -- "src" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/api-graphql" -- "src" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/api-graphql" -- "integ-test" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/api-rest" -- "src" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/api-rest" -- "integ-test" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/api-rest" -- "src/include-nested-stacks/api-graphql" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/auth" -- "src" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/auth" -- "integ-test" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/auth" -- "src/include-nested-stacks/api-graphql" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/auth" -- "src/include-nested-stacks/api-rest" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/lambda-function" -- "src" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/lambda-function" -- "integ-test" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/lambda-function" -- "src/include-nested-stacks/api-graphql" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/lambda-function" -- "src/include-nested-stacks/api-rest" [label=" 1 ", penwidth="1", color="#00688b5E"]; "src/include-nested-stacks/lambda-function" -- "src/include-nested-stacks/auth" [label=" 1 ", penwidth="1", color="#00688b5E"]; }