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