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

runner_node.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: 98f2dab26ca866318431651792ea48c9baa1a4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
fragment RunnerNode on CiRunner {
  id
  description
  runnerType
  shortSha
  version
  revision
  ipAddress
  active
  locked
  tagList
  contactedAt
  status
}