- Source: GL_Project
- Destination: GL_Project
The non-traversable GL_ForkedFrom edge records that a project was forked from another project. The source is the fork, and the destination is the upstream origin project.
graph LR
upstream("fa:fa-diagram-project GL_Project myorg/infrastructure")
fork("fa:fa-diagram-project GL_Project alice/infrastructure")
fork -.->|GL_ForkedFrom| upstream