summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments/graphql/mutations/set_environment_to_stop.mutation.graphql
blob: 2891f4c5101a5342a9357f31b65fa4bda7f452c5 (plain)
1
2
3
mutation SetEnvironmentToStop($environment: LocalEnvironmentInput) {
  setEnvironmentToStop(environment: $environment) @client
}