Class: Types::AlertManagement::AlertType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::AlertManagement::AlertType
- Defined in:
- app/graphql/types/alert_management/alert_type.rb
Instance Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#notes ⇒ Object
137 138 139 |
# File 'app/graphql/types/alert_management/alert_type.rb', line 137 def notes object.ordered_notes end |