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>2020-11-10 00:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-10 00:08:48 +0300
commitf29dae9f106150cd85d4fb107f1eb3b0281e6968 (patch)
tree3f3707bb3aa554c50e83b95ed9f0f0ff066edb3f /app/graphql/queries
parent42c8bf63670403d3f5cd23091bb56edde7e187c6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/queries')
-rw-r--r--app/graphql/queries/snippet/snippet.query.graphql2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/queries/snippet/snippet.query.graphql b/app/graphql/queries/snippet/snippet.query.graphql
index 60a8fe000b0..2205dc26642 100644
--- a/app/graphql/queries/snippet/snippet.query.graphql
+++ b/app/graphql/queries/snippet/snippet.query.graphql
@@ -1,4 +1,4 @@
-query GetSnippetQuery($ids: [ID!]) {
+query GetSnippetQuery($ids: [SnippetID!]) {
snippets(ids: $ids) {
__typename
nodes {