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

version.fragment.graphql « fragments « graphql « design_management_legacy « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7eb40b12f5112216eb055a1d26f035743d9757a6 (plain)
1
2
3
4
fragment VersionListItem on DesignVersion {
  id
  sha
}