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

ci_project_variable.fragment.graphql « fragments « 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: 6e2335b76217e277c439db400d63f1ed35355c35 (plain)
1
2
3
4
5
6
7
fragment BaseCiProjectVariable on CiProjectVariable {
  description
  environmentScope
  masked
  protected
  raw
}