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.graphql9
1 files changed, 9 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 93616c39e55..c8b7d379074 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
@@ -10,6 +10,8 @@ fragment WorkItemNote on Note {
createdAt
lastEditedAt
url
+ authorIsContributor
+ maxAccessLevelOfAuthor
lastEditedBy {
...User
webPath
@@ -28,4 +30,11 @@ fragment WorkItemNote on Note {
resolveNote
repositionNote
}
+ systemNoteMetadata {
+ id
+ descriptionVersion {
+ id
+ description
+ }
+ }
}