Objects
Release
A release contains the content for a release.
Release Реализует
Поля для Release
| Имя. | Description |
|---|---|
| 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 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
| Имя. | Description |
|---|---|
| The asset's content-type. |
| Identifies the date and time when the object was created. |
| 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
| Имя. | Description |
|---|---|
| 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
| Имя. | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReleaseConnection
The connection type for Release.
Поля для ReleaseConnection
| Имя. | Description |
|---|---|
| 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
| Имя. | Description |
|---|---|
| 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
| Имя. | Description |
|---|---|
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
| Имя. | Description |
|---|---|
| The direction in which to order releases by the specified field. |
| The field in which to order releases by. |