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

cancel_auto_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: 22dfb8a7a895e20cdfdd0555680421c24ac42812 (plain)
1
2
3
4
5
mutation cancelAutoStop($environment: LocalEnvironment) {
  cancelAutoStop(environment: $environment) @client {
    errors
  }
}