Welcome to mirror list, hosted at ThFree Co, Russian Federation.

commit.fragment.graphql « queries « repository « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b046fc1f730209033a2cd003e3fafd2773f4f351 (plain)
1
2
3
4
5
6
7
8
9
10
fragment TreeEntryCommit on LogTreeCommit {
  sha
  message
  titleHtml
  committedDate
  commitPath
  fileName
  filePath
  type
}