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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-15 06:10:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-15 06:10:30 +0300
commitc9bdf919932b7285ef9920bdac955459340da8fe (patch)
treec133d05b5cb003de0c6bb2234afb884f6882ccd9 /app/graphql/queries
parent8b75948934667904196aba319aedda25b00f06ff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/queries')
-rw-r--r--app/graphql/queries/snippet/snippet.query.graphql5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/graphql/queries/snippet/snippet.query.graphql b/app/graphql/queries/snippet/snippet.query.graphql
index 2205dc26642..ebfc135c51c 100644
--- a/app/graphql/queries/snippet/snippet.query.graphql
+++ b/app/graphql/queries/snippet/snippet.query.graphql
@@ -59,6 +59,11 @@ query GetSnippetQuery($ids: [SnippetID!]) {
name
username
webUrl
+ status {
+ __typename
+ emoji
+ message
+ }
}
}
}