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

set_environment_to_change_canary.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: 0f48c1f5c057d71ff11b454639516c4aaaa8b6f4 (plain)
1
2
3
mutation SetEnvironmentToChangeCanary($environment: LocalEnvironmentInput, $weight: Int!) {
  setEnvironmentToChangeCanary(environment: $environment, weight: $weight) @client
}