Commit

Represents a Git commit.

Implements

Fields

abbreviatedOid : String!

additions : Int!

associatedPullRequests (
       after: String
       before: String
       first: Int
       last: Int
       orderBy: PullRequestOrder
) : PullRequestConnection

author : GitActor

authoredByCommitter : Boolean!

authoredDate : DateTime!

authors (
       after: String
       before: String
       first: Int
       last: Int
) : GitActorConnection!

blame (
       path: String!
) : Blame!

changedFiles : Int!

checkSuites (
       after: String
       before: String
       first: Int
       last: Int
       filterBy: CheckSuiteFilter
) : CheckSuiteConnection

comments (
       after: String
       before: String
       first: Int
       last: Int
) : CommitCommentConnection!

commitResourcePath : URI!

commitUrl : URI!

committedDate : DateTime!

committedViaWeb : Boolean!

committer : GitActor

deletions : Int!

deployments (
       environments: [String!]
       orderBy: DeploymentOrder
       after: String
       before: String
       first: Int
       last: Int
) : DeploymentConnection

file (
       path: String!
) : TreeEntry

history (
       after: String
       before: String
       first: Int
       last: Int
       path: String
       author: CommitAuthor
       since: GitTimestamp
       until: GitTimestamp
) : CommitHistoryConnection!

id : ID!

message : String!

messageBody : String!

messageBodyHTML : HTML!

messageHeadline : String!

messageHeadlineHTML : HTML!

oid : GitObjectID!

onBehalfOf : Organization

parents (
       after: String
       before: String
       first: Int
       last: Int
) : CommitConnection!

pushedDate : DateTime

repository : Repository!

resourcePath : URI!

signature : GitSignature

status : Status

statusCheckRollup : StatusCheckRollup

submodules (
       after: String
       before: String
       first: Int
       last: Int
) : SubmoduleConnection!

tarballUrl : URI!

tree : Tree!

treeResourcePath : URI!

treeUrl : URI!

url : URI!

viewerCanSubscribe : Boolean!

viewerSubscription : SubscriptionState

zipballUrl : URI!