Class: Types::Projects::TopicType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Projects::TopicType
- Defined in:
- app/graphql/types/projects/topic_type.rb
Overview
rubocop: disable Graphql/AuthorizeTypes
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
#avatar_url ⇒ Object
27 28 29 |
# File 'app/graphql/types/projects/topic_type.rb', line 27 def avatar_url object.avatar_url(only_path: false) end |