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

add_project_environment.mutation.graphql « client « mutations « graphql « ci_variable_list « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45109762e807642c465ef7e4ae10ae31ca625b6b (plain)
1
2
3
mutation addProjectEnvironment($environment: CiEnvironment, $fullPath: ID!) {
  addProjectEnvironment(environment: $environment, fullPath: $fullPath) @client
}