debian-mirror-gitlab/app/assets/javascripts/import_entities/import_groups/graphql/fragments/bulk_import_source_group_item.fragment.graphql
2021-12-11 22:18:48 +05:30

16 lines
288 B
GraphQL

#import "./bulk_import_source_group_progress.fragment.graphql"
fragment BulkImportSourceGroupItem on ClientBulkImportSourceGroup {
id
webUrl
fullPath
fullName
lastImportTarget {
id
targetNamespace
newName
}
progress {
...BulkImportSourceGroupProgress
}
}