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: 9a2ff1c164895458d00ac10d8b8fd8273476771e (plain)
1
2
3
4
5
6
fragment Author on User {
  avatarUrl
  name
  username
  webUrl
}