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

design_list.fragment.graphql « fragments « graphql « design_management « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc3132f9b420729ab66502062c823703e182e35f (plain)
1
2
3
4
5
6
7
8
fragment DesignListItem on Design {
  id
  event
  filename
  notesCount
  image
  imageV432x230
}