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

author.fragment.graphql « fragments « graphql_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0855ac2af45e1737beaf75ff050d6696fbc9a7ea (plain)
1
2
3
4
5
6
7
fragment Author on User {
  id
  avatarUrl
  name
  username
  webUrl
}