Class: Types::Achievements::AchievementType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Achievements::AchievementType
- Defined in:
- app/graphql/types/achievements/achievement_type.rb
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
54 55 56 |
# File 'app/graphql/types/achievements/achievement_type.rb', line 54 def avatar_url object.avatar_url(only_path: false) end |