Class: Types::UserType

Inherits:
BaseObject
  • Object
show all
Defined in:
app/graphql/types/user_type.rb

Instance Method Summary collapse

Instance Method Details

#notificationsObject



59
60
61
# File 'app/graphql/types/user_type.rb', line 59

def notifications
  object.notifications.order(created_at: :desc)
end