summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/explorer/graphql/fragments/container_repository.fragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/registry/explorer/graphql/fragments/container_repository.fragment.graphql')
-rw-r--r--app/assets/javascripts/registry/explorer/graphql/fragments/container_repository.fragment.graphql11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/javascripts/registry/explorer/graphql/fragments/container_repository.fragment.graphql b/app/assets/javascripts/registry/explorer/graphql/fragments/container_repository.fragment.graphql
new file mode 100644
index 00000000000..9a3579ee8e0
--- /dev/null
+++ b/app/assets/javascripts/registry/explorer/graphql/fragments/container_repository.fragment.graphql
@@ -0,0 +1,11 @@
+fragment ContainerRepositoryFields on ContainerRepository {
+ id
+ name
+ path
+ status
+ location
+ canDelete
+ createdAt
+ tagsCount
+ expirationPolicyStartedAt
+}