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