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

available_namespaces.query.graphql « queries « graphql « import_groups « import_entities « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b0741dfbe5cd06a5ebbc34a77e2442c486cd1b30 (plain)
1
2
3
4
5
6
query availableNamespaces {
  availableNamespaces @client {
    id
    fullPath
  }
}