Class: Types::Namespaces::Metadata::UserNamespaceMetadataType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/namespaces/metadata/user_namespace_metadata_type.rb

Overview

rubocop:disable Graphql/AuthorizeTypes – parent is already authorized

Instance Method Summary collapse

Methods inherited from BaseObject

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

Methods included from Gitlab::Graphql::Present

#present, #unpresented

Instance Method Details

#issue_repositioning_disabled?Boolean

Returns:



10
11
12
# File 'app/graphql/types/namespaces/metadata/user_namespace_metadata_type.rb', line 10

def issue_repositioning_disabled?
  false
end

#show_new_work_item?Boolean

Returns:



14
15
16
# File 'app/graphql/types/namespaces/metadata/user_namespace_metadata_type.rb', line 14

def show_new_work_item?
  false
end