OBJECT
A release asset contains the content for a release asset.
type ReleaseAsset implements Node {id: ID! # Identifies the title of the release asset.name: String! # release that the asset is associated withrelease: Release # Identifies the url of the release asset.url: URI! }