8 lines
109 B
GraphQL
8 lines
109 B
GraphQL
fragment TreeEntryCommit on LogTreeCommit {
|
|
sha
|
|
message
|
|
committedDate
|
|
commitPath
|
|
fileName
|
|
type
|
|
}
|