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

runner_details.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: 6d7dc1e279818291756c1924ecbcaa9e75784138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
fragment RunnerDetails on CiRunner {
  id
  runnerType
  active
  accessLevel
  runUntagged
  locked
  ipAddress
  description
  maximumTimeout
  tagList
}