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

job.fragment.graphql « fragments « graphql « table « components « jobs « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 06b065a86ce46c8a7bc2e9893f22ccc3e799ee75 (plain)
1
2
3
fragment Job on CiJob {
  id
}