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

runner_details_shared.fragment.graphql « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e968343b9b1bbda4d25efdde9dd6410a6afd951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fragment RunnerDetailsShared on CiRunner {
  id
  runnerType
  active
  accessLevel
  runUntagged
  locked
  ipAddress
  description
  maximumTimeout
  tagList
  createdAt
  status(legacyMode: null)
}