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: be6897b9a164944a7fb61d282ab7b81cb34c1468 (plain)
1
2
3
4
5
6
7
8
9
fragment TreeEntryCommit on LogTreeCommit {
  sha
  message
  titleHtml
  committedDate
  commitPath
  fileName
  type
}