Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 685 Bytes

File metadata and controls

22 lines (15 loc) · 685 Bytes

GL_HasBranch

Edge Schema

General Information

The non-traversable GL_HasBranch edge connects a repository to each of its branches.

This is a structural containment edge used for navigation. Branch-level permission edges (GL_CanPush, GL_CanMerge) originate from role nodes and target the GL_Branch node directly.

graph LR
    repo("fa:fa-box-archive GL_Repository myorg/backend")
    main("fa:fa-code-branch GL_Branch main")
    develop("fa:fa-code-branch GL_Branch develop")

    repo -.->|GL_HasBranch| main
    repo -.->|GL_HasBranch| develop
Loading