Objects
Release
A release contains the content for a release.
Release Met en œuvre
Champs pour Release
| Nom | 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 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. Arguments pour
|
| List of releases assets which are dependent on this release. Arguments pour
|
| 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. Arguments pour
|
| 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 Met en œuvre
Champs pour ReleaseAsset
| Nom | Description |
|---|---|
| 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.
Champs pour ReleaseAssetConnection
| Nom | 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.
Champs pour ReleaseAssetEdge
| Nom | Description |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReleaseConnection
The connection type for Release.
Champs pour ReleaseConnection
| Nom | 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.
Champs pour ReleaseEdge
| Nom | 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.
Valeurs pour ReleaseOrderField.
| Nom | 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.
Champs d’entrée pour ReleaseOrder
| Nom | Description |
|---|---|
| The direction in which to order releases by the specified field. |
| The field in which to order releases by. |