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

set_environment_to_delete.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: ea72067bd37cbf4b9834a69fe756a0b7b4badc2a (plain)
1
2
3
mutation SetEnvironmentToDelete($environment: Environment) {
  setEnvironmentToDelete(environment: $environment) @client
}