summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/graphql/promote_timeline_event.mutation.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/notes/graphql/promote_timeline_event.mutation.graphql')
-rw-r--r--app/assets/javascripts/notes/graphql/promote_timeline_event.mutation.graphql8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/javascripts/notes/graphql/promote_timeline_event.mutation.graphql b/app/assets/javascripts/notes/graphql/promote_timeline_event.mutation.graphql
new file mode 100644
index 00000000000..c9df9cfd6d3
--- /dev/null
+++ b/app/assets/javascripts/notes/graphql/promote_timeline_event.mutation.graphql
@@ -0,0 +1,8 @@
+mutation PromoteTimelineEvent($input: TimelineEventPromoteFromNoteInput!) {
+ timelineEventPromoteFromNote(input: $input) {
+ timelineEvent {
+ id
+ }
+ errors
+ }
+}