Github API - Test Config

ReleaseAssetEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node ReleaseAsset

ReleaseAsset [object]

A release asset contains the content for a release asset.

Implements
Node
Attributes
contentType String

The asset's content-type

createdAt DateTime

Identifies the date and time when the object was created.

downloadCount Int

The number of times this asset was downloaded

downloadUrl URI

Identifies the URL where you can download the release asset via the browser.

id ID

The Node ID of the ReleaseAsset object

name String

Identifies the title of the release asset.

release Release

Release that the asset is associated with

size Int

The size (in bytes) of the asset

updatedAt DateTime

Identifies the date and time when the object was last updated.

uploadedBy User

The user that performed the upload

url URI

Identifies the URL of the release asset.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API