Class: Types::WorkItems::WidgetDefinitions::StartAndDueDateType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::WorkItems::WidgetDefinitions::StartAndDueDateType
- Defined in:
- app/graphql/types/work_items/widget_definitions/start_and_due_date_type.rb
Overview
rubocop:disable Graphql/AuthorizeTypes – Authorization too granular, parent type is authorized
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
#can_roll_up ⇒ Object
18 19 20 |
# File 'app/graphql/types/work_items/widget_definitions/start_and_due_date_type.rb', line 18 def can_roll_up object.&.dig(object..to_sym, :can_roll_up) end |