Class: Types::Packages::Helm::DependencyType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Packages::Helm::DependencyType
- Defined in:
- app/graphql/types/packages/helm/dependency_type.rb
Overview
rubocop: disable Graphql/AuthorizeTypes
Instance Method Summary collapse
-
#resolve_alias ⇒ Object
field :alias` conflicts with a built-in method.
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#resolve_alias ⇒ Object
field :alias` conflicts with a built-in method
27 28 29 |
# File 'app/graphql/types/packages/helm/dependency_type.rb', line 27 def resolve_alias object['alias'] end |