Class: Types::KeyType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::KeyType
- Defined in:
- app/graphql/types/key_type.rb
Overview
rubocop:disable Graphql/AuthorizeTypes
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
#web_url ⇒ Object
19 20 21 |
# File 'app/graphql/types/key_type.rb', line 19 def web_url Gitlab::UrlBuilder.build(object) end |