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

award_emoji.fragment.graphql « graphql « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bed09974ef5e9c6377d5aadbc730b5e1a08d7cf5 (plain)
1
2
3
4
5
6
7
fragment AwardEmojiFragment on AwardEmoji {
  name
  user {
    id
    name
  }
}