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-03-10 18:08:08 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-10 18:08:08 +0300
commit7c38405be9e79099f399aa429503ea7b463bbf5a (patch)
tree30944a8baf135021395574e081f53ed5f756ace0 /app/graphql
parent1fa79760ad2d4bd67f5c5a27f372a7533b9b7c69 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql')
-rw-r--r--app/graphql/gitlab_schema.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/graphql/gitlab_schema.rb b/app/graphql/gitlab_schema.rb
index ea5776534d5..5a4a223093e 100644
--- a/app/graphql/gitlab_schema.rb
+++ b/app/graphql/gitlab_schema.rb
@@ -141,3 +141,5 @@ class GitlabSchema < GraphQL::Schema
end
end
end
+
+GitlabSchema.prepend_if_ee('EE::GitlabSchema')