Github GraphQL API / Commit
Represents a Git commit.
Implements
Fields
abbreviatedOid : String!
additions : Int!
associatedPullRequests
(
String: String
String: String
Int: Int
Int: Int
PullRequestOrder: PullRequestOrder
)
:
PullRequestConnection
author : GitActor
authoredByCommitter : Boolean!
authoredDate : DateTime!
authors
(
String: String
String: String
Int: Int
Int: Int
)
:
GitActorConnection!
blame
(
String: String!
)
:
Blame!
changedFiles : Int!
checkSuites
(
String: String
String: String
Int: Int
Int: Int
CheckSuiteFilter: CheckSuiteFilter
)
:
CheckSuiteConnection
comments
(
String: String
String: String
Int: Int
Int: Int
)
:
CommitCommentConnection!
commitResourcePath : URI!
commitUrl : URI!
committedDate : DateTime!
committedViaWeb : Boolean!
committer : GitActor
deletions : Int!
deployments
(
String: [String!]
DeploymentOrder: DeploymentOrder
String: String
String: String
Int: Int
Int: Int
)
:
DeploymentConnection
file
(
String: String!
)
:
TreeEntry
history
(
String: String
String: String
Int: Int
Int: Int
String: String
CommitAuthor: CommitAuthor
GitTimestamp: GitTimestamp
GitTimestamp: GitTimestamp
)
:
CommitHistoryConnection!
id : ID!
message : String!
messageBody : String!
messageBodyHTML : HTML!
messageHeadline : String!
messageHeadlineHTML : HTML!
oid : GitObjectID!
onBehalfOf : Organization
parents
(
String: String
String: String
Int: Int
Int: Int
)
:
CommitConnection!
pushedDate : DateTime
repository : Repository!
resourcePath : URI!
signature : GitSignature
status : Status
statusCheckRollup : StatusCheckRollup
submodules
(
String: String
String: String
Int: Int
Int: Int
)
:
SubmoduleConnection!
tarballUrl : URI!
tree : Tree!
treeResourcePath : URI!
treeUrl : URI!
url : URI!
viewerCanSubscribe : Boolean!
viewerSubscription : SubscriptionState
zipballUrl : URI!