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

bulk_import_source_group_item.fragment.graphql « fragments « graphql « import_groups « import_entities « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50774e365992aa74a4195402a1ed331f5630175d (plain)
1
2
3
4
5
6
7
8
fragment BulkImportSourceGroupItem on ClientBulkImportSourceGroup {
  id
  web_url
  full_path
  full_name
  status
  import_target
}