Class: Types::Projects::RepositoryLanguageType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/projects/repository_language_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



9
10
11
# File 'app/graphql/types/projects/repository_language_type.rb', line 9

def self.authorization_scopes
  super + [:ai_workflows]
end