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

getCommits.query.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: df9e67cc440e1cb09d25f1e2786441daf9d282a4 (plain)
1
2
3
4
5
6
7
8
9
10
query getCommits {
  commits @client {
    sha
    message
    committedDate
    commitPath
    fileName
    type
  }
}