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

lock_state.mutation.graphql « mutations « graphql « terraform « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aea0f8b025a2232fca75ba70ca9e1f6c11971b24 (plain)
1
2
3
4
5
mutation lockState($stateID: TerraformStateID!) {
  terraformStateLock(input: { id: $stateID }) {
    errors
  }
}