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

environmentApp.query.graphql « queries « graphql « environments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faa76c0a42cff53d88c0bbe2c83d246dcbfa6bd0 (plain)
1
2
3
4
5
6
7
8
query getEnvironmentApp {
  environmentApp @client {
    availableCount
    environments
    reviewApp
    stoppedCount
  }
}