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:
Diffstat (limited to 'app/graphql/queries/snippet/snippet.query.graphql')
-rw-r--r--app/graphql/queries/snippet/snippet.query.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/graphql/queries/snippet/snippet.query.graphql b/app/graphql/queries/snippet/snippet.query.graphql
index 5c0c7ebaa1b..8712a6f4b01 100644
--- a/app/graphql/queries/snippet/snippet.query.graphql
+++ b/app/graphql/queries/snippet/snippet.query.graphql
@@ -53,6 +53,7 @@ query GetSnippetQuery($ids: [SnippetID!]) {
id
fullPath
webUrl
+ visibility
}
author {
__typename