Method: Types::BaseObject.authorization
- Defined in:
- app/graphql/types/base_object.rb
.authorization ⇒ Object
37 38 39 |
# File 'app/graphql/types/base_object.rb', line 37 def self. ||= ::Gitlab::Graphql::Authorize::ObjectAuthorization.new(, ) end |