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

version.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: b715633a9f2307c158ad35498da4f34400e16b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
fragment VersionListItem on DesignVersion {
  id
  sha
  createdAt
  author {
    __typename
    id
    name
    avatarUrl
  }
}