gitlab-org--gitlab-foss/app/assets/javascripts/repository/queries/getFiles.graphql

8 lines
125 B
GraphQL
Raw Normal View History

query getFiles($path: String!, $ref: String!) {
files(path: $path, ref: $ref) @client {
id
2019-05-21 13:26:18 +00:00
flatPath
type
}
}