9 lines
121 B
GraphQL
9 lines
121 B
GraphQL
fragment TreeEntryCommit on LogTreeCommit {
|
|
sha
|
|
message
|
|
titleHtml
|
|
committedDate
|
|
commitPath
|
|
fileName
|
|
type
|
|
}
|