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

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