- Source: GL_Instance
- Destination: GL_Group
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