Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 534 Bytes

File metadata and controls

18 lines (12 loc) · 534 Bytes

GL_Contributed

Edge Schema

General Information

The non-traversable GL_Contributed edge records that a user has contributed to this project — opened, closed, or commented on issues or merge requests. This edge is derived from GitLab issue and merge request events.

graph LR
    user("fa:fa-user GL_User bob")
    project("fa:fa-diagram-project GL_Project myorg/backend")

    user -.->|GL_Contributed| project
Loading