summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments/graphql/mutations/set_environment_to_change_canary.mutation.graphql
blob: 0f48c1f5c057d71ff11b454639516c4aaaa8b6f4 (plain)
1
2
3
mutation SetEnvironmentToChangeCanary($environment: LocalEnvironmentInput, $weight: Int!) {
  setEnvironmentToChangeCanary(environment: $environment, weight: $weight) @client
}