Class: Types::ProjectStatisticsRedirectType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/project_statistics_redirect_type.rb

Overview

rubocop: disable Graphql/AuthorizeTypes

Class Method Summary collapse

Methods inherited from BaseObject

accepts, assignable?, authorization, authorize, authorized?, #current_user, #id

Methods included from Gitlab::Graphql::Present

#present, #unpresented

Class Method Details

.authorization_scopesObject



8
9
10
# File 'app/graphql/types/project_statistics_redirect_type.rb', line 8

def self.authorization_scopes
  super + [:ai_workflows]
end