debian-mirror-gitlab/app/assets/javascripts/repository/queries/commit.fragment.graphql

10 lines
121 B
GraphQL
Raw Normal View History

2019-12-26 22:10:19 +05:30
fragment TreeEntryCommit on LogTreeCommit {
sha
message
2020-05-24 23:13:21 +05:30
titleHtml
2019-12-26 22:10:19 +05:30
committedDate
commitPath
fileName
type
}