OBJECT

ReleaseAsset

A release asset contains the content for a release asset.

link GraphQL Schema definition

  • type ReleaseAsset implements Node {
  • id: ID!
  • # Identifies the title of the release asset.
  • name: String!
  • # release that the asset is associated with
  • release: Release
  • # Identifies the url of the release asset.
  • url: URI!
  • }