summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/runner_instructions/graphql/get_runner_setup.query.graphql
blob: c0248a35e3f889eb9646699b1389020e23094134 (plain)
1
2
3
4
5
6
query runnerSetupInstructions($platform: String!, $architecture: String!) {
  runnerSetup(platform: $platform, architecture: $architecture) {
    installInstructions
    registerInstructions
  }
}