debian-mirror-gitlab/app/assets/javascripts/repository/queries/getCommit.query.graphql
2019-09-30 21:07:59 +05:30

10 lines
217 B
GraphQL

query getCommit($fileName: String!, $type: String!, $path: String!) {
commit(path: $path, fileName: $fileName, type: $type) @client {
sha
message
committedDate
commitPath
fileName
type
}
}