summaryrefslogtreecommitdiff
path: root/lib/bulk_imports/projects/graphql/get_project_query.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bulk_imports/projects/graphql/get_project_query.rb')
-rw-r--r--lib/bulk_imports/projects/graphql/get_project_query.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bulk_imports/projects/graphql/get_project_query.rb b/lib/bulk_imports/projects/graphql/get_project_query.rb
index 76475893ac1..a2d7094d570 100644
--- a/lib/bulk_imports/projects/graphql/get_project_query.rb
+++ b/lib/bulk_imports/projects/graphql/get_project_query.rb
@@ -10,6 +10,7 @@ module BulkImports
<<-'GRAPHQL'
query($full_path: ID!) {
project(fullPath: $full_path) {
+ id
visibility
created_at: createdAt
}