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

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

query getRunnerForm($id: CiRunnerID!) {
  runner(id: $id) {
    ...RunnerFields
  }
}