Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cluster_agent.fragment.graphql « fragments « graphql « clusters_list « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd46dfee170987ac1274b1fbc9dc3efde07fa3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
fragment ClusterAgentFragment on ClusterAgent {
  id
  name
  webPath
  tokens {
    nodes {
      id
      lastUsedAt
    }
  }
}