gitlab-org--gitlab-foss/app/assets/javascripts/vue_shared/components/runner_instructions/graphql/queries/get_runner_platforms.query....

15 lines
204 B
GraphQL

query getRunnerPlatforms {
runnerPlatforms {
nodes {
name
humanReadableName
architectures {
nodes {
name
downloadLocation
}
}
}
}
}