gitlab-org--gitlab-foss/app/assets/javascripts/repository/queries/getCommits.query.graphql
2019-06-25 15:26:55 +01:00

10 lines
120 B
GraphQL

query getCommits {
commits @client {
sha
message
committedDate
commitPath
fileName
type
}
}