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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/work_items/graphql/notes/work_item_note.fragment.graphql')
-rw-r--r--app/assets/javascripts/work_items/graphql/notes/work_item_note.fragment.graphql6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/javascripts/work_items/graphql/notes/work_item_note.fragment.graphql b/app/assets/javascripts/work_items/graphql/notes/work_item_note.fragment.graphql
index c8b7d379074..6543e1a52f9 100644
--- a/app/assets/javascripts/work_items/graphql/notes/work_item_note.fragment.graphql
+++ b/app/assets/javascripts/work_items/graphql/notes/work_item_note.fragment.graphql
@@ -1,4 +1,5 @@
#import "~/graphql_shared/fragments/user.fragment.graphql"
+#import "~/work_items/graphql/award_emoji.fragment.graphql"
fragment WorkItemNote on Note {
id
@@ -22,6 +23,11 @@ fragment WorkItemNote on Note {
author {
...User
}
+ awardEmoji {
+ nodes {
+ ...AwardEmojiFragment
+ }
+ }
userPermissions {
adminNote
awardEmoji