6 lines
84 B
GraphQL
6 lines
84 B
GraphQL
query getRunner($id: CiRunnerID!) {
|
|
runner(id: $id) {
|
|
id
|
|
runnerType
|
|
}
|
|
}
|