Class: Types::Organizations::OrganizationType

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

#present, #unpresented

Instance Method Details

#avatar_urlObject



60
61
62
# File 'app/graphql/types/organizations/organization_type.rb', line 60

def avatar_url
  object.avatar_url(only_path: false)
end