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

container_repository.fragment.graphql « fragments « graphql « explorer « registry « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a3579ee8e0cdbe9f8553a2e3e070c5afb70b6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
fragment ContainerRepositoryFields on ContainerRepository {
  id
  name
  path
  status
  location
  canDelete
  createdAt
  tagsCount
  expirationPolicyStartedAt
}