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

runner_tags.query.graphql « queries « graphql « pipeline_editor « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aab30257d1349862479d5ae1f18598fa207afd23 (plain)
1
2
3
4
5
6
7
8
query getRunnerTags {
  runners {
    nodes {
      id
      tagList
    }
  }
}