Method: Types::Clusters::AgentTokenType#cluster_agent

Defined in:
app/graphql/types/clusters/agent_token_type.rb

#cluster_agentObject



52
53
54
# File 'app/graphql/types/clusters/agent_token_type.rb', line 52

def cluster_agent
  Gitlab::Graphql::Loaders::BatchModelLoader.new(::Clusters::Agent, object.agent_id).find
end