Class: Types::UserType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::UserType
- Defined in:
- app/graphql/types/user_type.rb
Direct Known Subclasses
CurrentUserType, MergeRequests::AssigneeType, MergeRequests::AuthorType, MergeRequests::ParticipantType, MergeRequests::ReviewerType, Types::Users::AutocompletedUserType
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
14 15 16 |
# File 'app/graphql/types/user_type.rb', line 14 def self. super + [:ai_workflows] end |