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

set_environment_to_stop.mutation.graphql « mutations « graphql « environments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2891f4c5101a5342a9357f31b65fa4bda7f452c5 (plain)
1
2
3
mutation SetEnvironmentToStop($environment: LocalEnvironmentInput) {
  setEnvironmentToStop(environment: $environment) @client
}