Skip to content

Commit

No description

type Commit implements Object {
type: ObjectType!
id: String!
shortId: String!
author: Signature!
committer: Signature!
message: String!
tree: Tree!
parents: [Commit!]!
diff: String!
trailers: [Trailer!]!
}

Commit object ● CommitCursor object ● Repository object