DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / environments / graphql / mutations / stop_environment.mutation.graphql
12345
mutation stopEnvironment($environment: LocalEnvironment) { stopEnvironmentREST(environment: $environment) @client { errors } }