Github GraphQL API / Release
A release contains the content for a release.
Implements
Fields
author : User
createdAt : DateTime!
databaseId : Int
description : String
descriptionHTML : HTML
id : ID!
isDraft : Boolean!
isLatest : Boolean!
isPrerelease : Boolean!
mentions (
String: String
String: String
Int: Int
Int: Int
) : UserConnection
name : String
publishedAt : DateTime
reactionGroups : [ReactionGroup!]
reactions (
String: String
String: String
Int: Int
Int: Int
ReactionContent: ReactionContent
ReactionOrder: ReactionOrder
) : ReactionConnection!
releaseAssets (
String: String
String: String
Int: Int
Int: Int
String: String
) : ReleaseAssetConnection!
repository : Repository!
resourcePath : URI!
shortDescriptionHTML (
Int: Int
) : HTML
tag : Ref
tagCommit : Commit
tagName : String!
updatedAt : DateTime!
url : URI!
viewerCanReact : Boolean!