Class: Types::WorkItems::Widgets::NotesType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::WorkItems::Widgets::NotesType
- Defined in:
- app/graphql/types/work_items/widgets/notes_type.rb
Overview
Disabling widget level authorization as it might be too granular and we already authorize the parent work item rubocop:disable Graphql/AuthorizeTypes
Class Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Class Method Details
.authorization_scopes ⇒ Object
15 16 17 |
# File 'app/graphql/types/work_items/widgets/notes_type.rb', line 15 def self. super + [:ai_workflows] end |