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

add_data_to_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: 645b9766e2b805af770e213f5b758c4f21d7ac31 (plain)
1
2
3
mutation addDataToTerraformState($terraformState: State!) {
  addDataToTerraformState(terraformState: $terraformState) @client
}