summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/graphql/discussion.fragment.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/work_items/graphql/discussion.fragment.graphql')
-rw-r--r--app/assets/javascripts/work_items/graphql/discussion.fragment.graphql12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/assets/javascripts/work_items/graphql/discussion.fragment.graphql b/app/assets/javascripts/work_items/graphql/discussion.fragment.graphql
deleted file mode 100644
index 62ced6bdfea..00000000000
--- a/app/assets/javascripts/work_items/graphql/discussion.fragment.graphql
+++ /dev/null
@@ -1,12 +0,0 @@
-#import "~/graphql_shared/fragments/user.fragment.graphql"
-
-fragment Discussion on Note {
- id
- body
- bodyHtml
- systemNoteIconName
- createdAt
- author {
- ...User
- }
-}