DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / environments / graphql / mutations / cancel_auto_stop.mutation.graphql
12345
mutation cancelAutoStop($autoStopUrl: String!) { cancelAutoStop(autoStopUrl: $autoStopUrl) @client { errors } }