Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-06-10 11:05:16 +0300
committerPhil Hughes <me@iamphill.com>2019-06-10 11:05:44 +0300
commit522c01972c7f46dbe8a2cd7569784fa255997c91 (patch)
treeab726ad68410c1c69d12bf8dc2aa527f2a05bd20 /app/assets/javascripts/repository/queries/getFiles.graphql
parent25420de654b5581ccf6254be769a5e031446eced (diff)
Add LFS blob ID to GraphQL blob type
Diffstat (limited to 'app/assets/javascripts/repository/queries/getFiles.graphql')
-rw-r--r--app/assets/javascripts/repository/queries/getFiles.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/repository/queries/getFiles.graphql b/app/assets/javascripts/repository/queries/getFiles.graphql
index 7d92bc46455..ef924fde556 100644
--- a/app/assets/javascripts/repository/queries/getFiles.graphql
+++ b/app/assets/javascripts/repository/queries/getFiles.graphql
@@ -45,6 +45,7 @@ query getFiles(
node {
...TreeEntry
webUrl
+ lfsOid
}
}
pageInfo {