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

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