Forks
Lists gist forks.
View-Specific Information
Select
The driver uses the GitHub API to process WHERE clause conditions that are built with the following column and operator:
- GistName supports the '=' comparison operator.
For example, the following queries are processed server-side:
SELECT * FROM [Forks]
SELECT * FROM [Forks] WHERE [GistName] = 'Val1'
The driver processes other filters client-side within the driver.
Columns
| Name | Type | References | OrderBySupport | Description |
| GistName | String |
Gists.Name | The identifier of the gist that was forked. | |
| Id | String | The node ID of the fork. | ||
| Name [KEY] | String | The identifier of the fork. | ||
| Public | Bool | Indicates whether the fork is public. | ||
| Description | String | The fork description. | ||
| Url | String | The API URL of the fork. | ||
| HtmlUrl | String | The HTML URL of the fork. | ||
| GitPullUrl | String | The git pull URL of the fork. | ||
| GitPushUrl | String | The git push URL of the fork. | ||
| CommitsUrl | String | The API URL for the fork's commits. | ||
| ForksUrl | String | The API URL for the fork's forks. | ||
| CommentsUrl | String | The API URL for the fork's comments. | ||
| CommentsEnabled | Bool | Indicates whether comments are enabled for the fork. | ||
| Comments | Int | The number of comments on the fork. | ||
| CreatedAt | Datetime | The date and time when the fork was created. | ||
| UpdatedAt | Datetime | The date and time when the fork was last updated. | ||
| UserLogin | String | The username of the fork owner. | ||
| UserId | Int | The ID of the fork owner. | ||
| UserNodeId | String | The node ID of the fork owner. | ||
| UserAvatarUrl | String | The avatar URL of the fork owner. | ||
| UserGravatarId | String | The Gravatar ID of the fork owner. | ||
| UserUrl | String | The API URL of the fork owner. | ||
| UserHtmlUrl | String | The HTML URL of the fork owner. | ||
| UserFollowersUrl | String | The API URL for the fork owner's followers. | ||
| UserFollowingUrl | String | The API URL for the fork owner's following. | ||
| UserGistsUrl | String | The API URL for the fork owner's gists. | ||
| UserStarredUrl | String | The API URL for the fork owner's starred repositories. | ||
| UserSubscriptionsUrl | String | The API URL for the fork owner's subscriptions. | ||
| UserOrganizationsUrl | String | The API URL for the fork owner's organizations. | ||
| UserReposUrl | String | The API URL for the fork owner's repositories. | ||
| UserEventsUrl | String | The API URL for the fork owner's events. | ||
| UserReceivedEventsUrl | String | The API URL for the fork owner's received events. | ||
| UserType | String | The type of the fork owner. | ||
| UserSiteAdmin | Bool | Indicates whether the fork owner is a site administrator. | ||
| UserViewType | String | The user view type of the fork owner. | ||
| OwnerLogin | String | The username of the original gist owner. |