2021-09-04 01:27:46 +05:30
|
|
|
fragment RunnerNode on CiRunner {
|
2022-04-04 11:22:00 +05:30
|
|
|
__typename
|
2021-09-04 01:27:46 +05:30
|
|
|
id
|
|
|
|
description
|
|
|
|
runnerType
|
|
|
|
shortSha
|
|
|
|
version
|
|
|
|
revision
|
|
|
|
ipAddress
|
|
|
|
active
|
|
|
|
locked
|
2022-01-26 12:08:38 +05:30
|
|
|
jobCount
|
2021-09-04 01:27:46 +05:30
|
|
|
tagList
|
|
|
|
contactedAt
|
2022-01-26 12:08:38 +05:30
|
|
|
status(legacyMode: null)
|
2022-03-02 08:16:31 +05:30
|
|
|
userPermissions {
|
|
|
|
updateRunner
|
|
|
|
deleteRunner
|
|
|
|
}
|
2021-09-04 01:27:46 +05:30
|
|
|
}
|