Welcome to mirror list, hosted at ThFree Co, Russian Federation.

get_runner.query.graphql « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d209313d4df3af3f3738978152b7d912d502a1c2 (plain)
1
2
3
4
5
6
query getRunner($id: CiRunnerID!) {
  runner(id: $id) {
    id
    runnerType
  }
}