Method: Types::BaseObject.authorization

Defined in:
app/graphql/types/base_object.rb

.authorizationObject



37
38
39
# File 'app/graphql/types/base_object.rb', line 37

def self.authorization
  @authorization ||= ::Gitlab::Graphql::Authorize::ObjectAuthorization.new(authorize, authorization_scopes)
end