Class: Types::Authz::AccessTokens::LegacyScopeType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Authz::AccessTokens::LegacyScopeType
- Defined in:
- app/graphql/types/authz/access_tokens/legacy_scope_type.rb
Overview
rubocop:disable Graphql/AuthorizeTypes – Authorization handled in the resolver
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
#value ⇒ Object
16 17 18 |
# File 'app/graphql/types/authz/access_tokens/legacy_scope_type.rb', line 16 def value object end |