debian-mirror-gitlab/app/assets/javascripts/runner/graphql/runner_node.fragment.graphql

16 lines
180 B
GraphQL
Raw Normal View History

2021-09-04 01:27:46 +05:30
fragment RunnerNode on CiRunner {
id
description
runnerType
shortSha
version
revision
ipAddress
active
locked
tagList
contactedAt
2021-09-30 23:02:18 +05:30
jobCount
projectCount
2021-09-04 01:27:46 +05:30
}