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