Edges
The tables below list edges defined by the GitHub extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
Outbound Edges
Properties
| Property Name | Data Type | Description |
|---|---|---|
| objectid | string | The GitHub node_id of the repository, used as the unique graph identifier. |
| id | integer | The numeric GitHub ID of the repository. |
| node_id | string | The GitHub GraphQL node ID. Redundant with objectid. |
| name | string | The repository name. |
| full_name | string | The fully qualified name (e.g., org/repo). |
| environment_name | string | The name of the environment (GitHub organization). |
| environmentid | string | The node_id of the environment (GitHub organization). |
| owner_id | integer | The numeric ID of the repository owner. |
| owner_node_id | string | The node_id of the repository owner. |
| owner_name | string | The login of the repository owner. |
| private | boolean | Whether the repository is private. |
| visibility | string | The visibility level: public, private, or internal. |
| html_url | string | URL to the repository on GitHub. |
| description | string | The repository description. |
| created_at | datetime | When the repository was created. |
| updated_at | datetime | When the repository was last updated. |
| pushed_at | datetime | When the repository last had a push. |
| archived | boolean | Whether the repository is archived. |
| disabled | boolean | Whether the repository is disabled. |
| open_issues_count | integer | Number of open issues. |
| allow_forking | boolean | Whether forking is allowed. |
| web_commit_signoff_required | boolean | Whether web-based commits require sign-off. |
| forks | integer | Number of forks. |
| open_issues | integer | Number of open issues (includes pull requests). |
| watchers | integer | Number of watchers. |
| default_branch | string | The name of the default branch (e.g., main). |
| actions_enabled | boolean | Whether GitHub Actions is enabled for this repository. |
| secret_scanning | string | Status of secret scanning (e.g., enabled, disabled). |