summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/import_entities/import_groups/graphql/fragments/bulk_import_source_group_item.fragment.graphql
blob: 0d83be7c0e82b87cc50af145d3a7838ee8fc0032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#import "./bulk_import_source_group_progress.fragment.graphql"

fragment BulkImportSourceGroupItem on ClientBulkImportSourceGroup {
  id
  webUrl
  fullPath
  fullName
  lastImportTarget {
    id
    targetNamespace
    newName
  }
  progress {
    ...BulkImportSourceGroupProgress
  }
}