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

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