github.com/RyanSiu1995/gcb-visualizer@v1.0.2-0.20211121083050-f618fa372726/test/fixtures/graph/cloudbuild.waitFor.002.graph.yaml (about)

     1  nodes:
     2  - A
     3  - C
     4  - B
     5  - D
     6  edges:
     7  - from: A
     8    to: C
     9  - from: B
    10    to: C
    11  - from: B
    12    to: D