Class: Types::Namespaces::LinkPaths::UserNamespaceLinksType

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

#user_export_emailObject

Do not expose the export email for user namespaces, since exporting work items on this namespace type is not supported



12
# File 'app/graphql/types/namespaces/link_paths/user_namespace_links_type.rb', line 12

def user_export_email; end