Class: Types::AccessLevelType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::AccessLevelType
- Defined in:
- app/graphql/types/access_level_type.rb
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
#human_access ⇒ Object
20 21 22 |
# File 'app/graphql/types/access_level_type.rb', line 20 def human_access ::Gitlab::Access.human_access_with_none(object) end |