Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 633 Bytes

File metadata and controls

20 lines (14 loc) · 633 Bytes

GL_HasGroup

Edge Schema

General Information

The non-traversable GL_HasGroup edge records that a GitLab instance directly contains a top-level group. Only direct children of the instance root are connected via this edge — subgroups are connected to their parent group via GL_MemberOf.

graph LR
    inst("fa:fa-building GL_Instance")
    g1("fa:fa-user-group GL_Group engineering")
    g2("fa:fa-user-group GL_Group security")

    inst -.->|GL_HasGroup| g1
    inst -.->|GL_HasGroup| g2
Loading