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

ci_variable.fragment.graphql « fragments « graphql « ci_variable_list « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a28ca4eebc997480bab66fcc3c8d21ec85a64db9 (plain)
1
2
3
4
5
6
7
fragment BaseCiVariable on CiVariable {
  __typename
  id
  key
  value
  variableType
}