digraph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "graphql-dgs-example-shared" [fillcolor="deepskyblue2"]; "graphql-dgs-spring-graphql-starter" [fillcolor="deepskyblue2"]; "dgs-starter-test" [fillcolor="deepskyblue2"]; "graphql-dgs-extended-scalars" [fillcolor="deepskyblue2"]; "graphql-dgs-pagination" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "scripts" [fillcolor="deepskyblue2"]; "graphql-error-types" [fillcolor="deepskyblue2"]; "graphql-dgs-spring-graphql-test" [fillcolor="deepskyblue2"]; "graphql-dgs-client" [fillcolor="deepskyblue2"]; "buildSrc" [fillcolor="deepskyblue2"]; "graphql-dgs-extended-validation" [fillcolor="deepskyblue2"]; "graphql-dgs-spring-graphql-example-java" [fillcolor="deepskyblue2"]; "graphql-dgs-reactive" [fillcolor="deepskyblue2"]; "graphql-dgs" [fillcolor="deepskyblue2"]; "graphql-dgs-spring-graphql-starter-test" [fillcolor="deepskyblue2"]; "graphql-dgs-platform" [fillcolor="deepskyblue2"]; "graphql-dgs-spring-boot-micrometer" [fillcolor="deepskyblue2"]; "graphql-dgs-spring-graphql-example-java-webflux" [fillcolor="deepskyblue2"]; "graphql-dgs-spring-graphql" [fillcolor="deepskyblue2"]; "dgs-starter" [fillcolor="deepskyblue2"]; "graphql-dgs-platform-dependencies" [fillcolor="deepskyblue2"]; "graphql-dgs-subscription-types" [fillcolor="deepskyblue2"]; "graphql-dgs-example-shared" -> "graphql-dgs" [label=" 16 ", penwidth="10", color="#00688bFF"]; "graphql-dgs-spring-graphql" -> "graphql-dgs" [label=" 10 ", penwidth="6", color="#00688bB7"]; "graphql-dgs-spring-boot-micrometer" -> "graphql-dgs" [label=" 10 ", penwidth="6", color="#00688bB7"]; "graphql-dgs-spring-graphql-example-java" -> "graphql-dgs" [label=" 5 ", penwidth="3", color="#00688b82"]; "graphql-dgs-spring-graphql-example-java-webflux" -> "graphql-dgs" [label=" 4 ", penwidth="2", color="#00688b70"]; "graphql-dgs-client" -> "graphql-dgs-subscription-types" [label=" 3 ", penwidth="1", color="#00688b5E"]; "graphql-dgs-spring-graphql" -> "graphql-dgs-reactive" [label=" 3 ", penwidth="1", color="#00688b5E"]; "graphql-dgs-reactive" -> "graphql-dgs" [label=" 2 ", penwidth="1", color="#00688b5E"]; "graphql-dgs-extended-scalars" -> "graphql-dgs" [label=" 1 ", penwidth="1", color="#00688b4C"]; "graphql-dgs-extended-validation" -> "graphql-dgs" [label=" 1 ", penwidth="1", color="#00688b4C"]; "graphql-dgs-pagination" -> "graphql-dgs" [label=" 1 ", penwidth="1", color="#00688b4C"]; "graphql-dgs-spring-graphql-example-java" -> "graphql-dgs-example-shared" [label=" 1 ", penwidth="1", color="#00688b4C"]; "graphql-dgs-spring-graphql-example-java-webflux" -> "graphql-dgs-example-shared" [label=" 1 ", penwidth="1", color="#00688b4C"]; "graphql-dgs-spring-graphql-example-java-webflux" -> "graphql-dgs-reactive" [label=" 1 ", penwidth="1", color="#00688b4C"]; }