gitlab/app/assets/javascripts/environments/graphql/mutations/cancel_auto_stop.mutation.graphql
2021-11-08 04:55:59 +00:00

6 lines
124 B
GraphQL

mutation cancelAutoStop($environment: Environment) {
cancelAutoStop(environment: $environment) @client {
errors
}
}