summaryrefslogtreecommitdiff
path: root/app/graphql/types/base_object.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/base_object.rb')
-rw-r--r--app/graphql/types/base_object.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/graphql/types/base_object.rb b/app/graphql/types/base_object.rb
index e033ef96ce9..754adf4c04d 100644
--- a/app/graphql/types/base_object.rb
+++ b/app/graphql/types/base_object.rb
@@ -1,6 +1,7 @@
module Types
class BaseObject < GraphQL::Schema::Object
prepend Gitlab::Graphql::Present
+ prepend Gitlab::Graphql::ExposePermissions
field_class Types::BaseField
end