Class: Types::ProjectStatisticsRedirectType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::ProjectStatisticsRedirectType
- 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
Class Method Details
.authorization_scopes ⇒ Object
8 9 10 |
# File 'app/graphql/types/project_statistics_redirect_type.rb', line 8 def self. super + [:ai_workflows] end |