summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ci/runner/graphql/register/runner_for_registration.query.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ci/runner/graphql/register/runner_for_registration.query.graphql')
-rw-r--r--app/assets/javascripts/ci/runner/graphql/register/runner_for_registration.query.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/ci/runner/graphql/register/runner_for_registration.query.graphql b/app/assets/javascripts/ci/runner/graphql/register/runner_for_registration.query.graphql
new file mode 100644
index 00000000000..a26d43c3729
--- /dev/null
+++ b/app/assets/javascripts/ci/runner/graphql/register/runner_for_registration.query.graphql
@@ -0,0 +1,7 @@
+query getRunnerForRegistration($id: CiRunnerID!) {
+ runner(id: $id) {
+ id
+ description
+ ephemeralAuthenticationToken
+ }
+}