Class: Types::Notes::DiscussionType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Notes::DiscussionType
- Defined in:
- app/graphql/types/notes/discussion_type.rb
Class Method Summary collapse
Instance 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
10 11 12 |
# File 'app/graphql/types/notes/discussion_type.rb', line 10 def self. super + [:ai_workflows] end |