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

runner.query.graphql « show « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dec434b43a5778c5937585d01249bc6229bdaa31 (plain)
1
2
3
4
5
6
7
#import "ee_else_ce/runner/graphql/show/runner_details.fragment.graphql"

query getRunner($id: CiRunnerID!) {
  runner(id: $id) {
    ...RunnerDetails
  }
}