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

is_environment_stopping.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: ad05e252e6f9b49d7bc730f9b769fee02a17becb (plain)
1
2
3
query isEnvironmentStopping($environment: LocalEnvironment) {
  isEnvironmentStopping(environment: $environment) @client
}