Class: Types::Namespaces::LinkPaths::UserNamespaceLinksType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Namespaces::LinkPaths::UserNamespaceLinksType
- 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
-
#user_export_email ⇒ Object
Do not expose the export email for user namespaces, since exporting work items on this namespace type is not supported.
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#user_export_email ⇒ Object
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 |