14 lines
154 B
GraphQL
14 lines
154 B
GraphQL
|
fragment RunnerNode on CiRunner {
|
||
|
id
|
||
|
description
|
||
|
runnerType
|
||
|
shortSha
|
||
|
version
|
||
|
revision
|
||
|
ipAddress
|
||
|
active
|
||
|
locked
|
||
|
tagList
|
||
|
contactedAt
|
||
|
}
|