Class: Types::UserType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::UserType
- Defined in:
- app/graphql/types/user_type.rb
Instance Method Summary collapse
Instance Method Details
#notifications ⇒ Object
59 60 61 |
# File 'app/graphql/types/user_type.rb', line 59 def notifications object.notifications.order(created_at: :desc) end |