debian-mirror-gitlab/app/assets/javascripts/runner/graphql/runner_node.fragment.graphql
2022-01-26 12:08:38 +05:30

15 lines
192 B
GraphQL

fragment RunnerNode on CiRunner {
id
description
runnerType
shortSha
version
revision
ipAddress
active
locked
jobCount
tagList
contactedAt
status(legacyMode: null)
}