summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repository/queries/getCommits.query.graphql
blob: 780a24d266350ea1a0a09db9665fc593c109f433 (plain)
1
2
3
4
5
6
7
8
9
10
11
query getCommits {
  commits @client {
    sha
    message
    committedDate
    commitPath
    fileName
    type
    lockLabel
  }
}