diff options
Diffstat (limited to 'app/graphql/gitlab_schema.rb')
-rw-r--r-- | app/graphql/gitlab_schema.rb | 2 |
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') |