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

rollback_environment.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: 3db4dc2b9a566b2a60e7680b4edf8c34047e5af9 (plain)
1
2
3
4
5
mutation rollbackEnvironment($environment: LocalEnvironment) {
  rollbackEnvironment(environment: $environment) @client {
    errors
  }
}