summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ci/runner/graphql/edit/runner_form.query.graphql
blob: 5599c147c565ca64b37e1dcbc091d1a8744b8f5e (plain)
1
2
3
4
5
6
7
#import "ee_else_ce/ci/runner/graphql/edit/runner_fields.fragment.graphql"

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