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

environment_to_rollback.query.graphql « queries « graphql « environments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84c6998f2346e64d842945b6133a3fe63917d835 (plain)
1
2
3
4
5
6
7
8
query environmentToRollback {
  environmentToRollback @client {
    id
    name
    lastDeployment
    retryUrl
  }
}