gitlab-org--gitlab-foss/app/assets/javascripts/terraform/graphql/mutations/remove_state.mutation.graphql

6 lines
119 B
GraphQL

mutation removeState($stateID: TerraformStateID!) {
terraformStateDelete(input: { id: $stateID }) {
errors
}
}