Class: Types::Kas::AgentConnectionType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Kas::AgentConnectionType
- Defined in:
- app/graphql/types/kas/agent_connection_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
#connected_at ⇒ Object
31 32 33 |
# File 'app/graphql/types/kas/agent_connection_type.rb', line 31 def connected_at Time.at(object.connected_at.seconds) end |