Class: Types::Namespaces::Metadata::UserNamespaceMetadataType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Namespaces::Metadata::UserNamespaceMetadataType
- 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
Instance Method Details
#issue_repositioning_disabled? ⇒ Boolean
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
14 15 16 |
# File 'app/graphql/types/namespaces/metadata/user_namespace_metadata_type.rb', line 14 def show_new_work_item? false end |