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

8 lines
125 B
GraphQL

query getFiles($path: String!, $ref: String!) {
files(path: $path, ref: $ref) @client {
id
flatPath
type
}
}