Objects
Release
A release contains the content for a release.
Release 구현
Release에 대한 필드
| 이름 | 설명 |
|---|---|
| The author of the release. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The description of the release. |
| The description of this release rendered to HTML. |
| The Node ID of the Release object. |
| Whether or not the release is immutable. |
| Whether or not the release is a draft. |
| Whether or not the release is the latest releast. |
| Whether or not the release is a prerelease. |
| A list of users mentioned in the release description. |
| The title of the release. |
| Identifies the date and time when the release was created. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| List of releases assets which are dependent on this release.
|
| The repository that the release belongs to. |
| The HTTP path for this issue. |
| A description of the release, rendered to HTML without any links in it.
|
| The Git tag the release points to. |
| The tag commit for this release. |
| The name of the release's Git tag. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this issue. |
| Can user react to this subject. |
ReleaseAsset
A release asset contains the content for a release asset.
ReleaseAsset 구현
ReleaseAsset에 대한 필드
| 이름 | 설명 |
|---|---|
| The asset's content-type. |
| Identifies the date and time when the object was created. |
| The SHA256 digest of the asset. |
| The number of times this asset was downloaded. |
| Identifies the URL where you can download the release asset via the browser. |
| The Node ID of the ReleaseAsset object. |
| Identifies the title of the release asset. |
| Release that the asset is associated with. |
| The size (in bytes) of the asset. |
| Identifies the date and time when the object was last updated. |
| The user that performed the upload. |
| Identifies the URL of the release asset. |
ReleaseAssetConnection
The connection type for ReleaseAsset.
ReleaseAssetConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReleaseAssetEdge
An edge in a connection.
ReleaseAssetEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReleaseConnection
The connection type for Release.
ReleaseConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ReleaseEdge
An edge in a connection.
ReleaseEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
Enums
ReleaseOrderField
Properties by which release connections can be ordered.
ReleaseOrderField의 값
| 이름 | 설명 |
|---|---|
CREATED_AT | Order releases by creation time. |
NAME | Order releases alphabetically by name. |
Input objects
ReleaseOrder
Ways in which lists of releases can be ordered upon return.
ReleaseOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The direction in which to order releases by the specified field. |
| The field in which to order releases by. |