summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/design_management_legacy/graphql/mutations/update_note.mutation.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/design_management_legacy/graphql/mutations/update_note.mutation.graphql')
-rw-r--r--app/assets/javascripts/design_management_legacy/graphql/mutations/update_note.mutation.graphql10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/assets/javascripts/design_management_legacy/graphql/mutations/update_note.mutation.graphql b/app/assets/javascripts/design_management_legacy/graphql/mutations/update_note.mutation.graphql
deleted file mode 100644
index b995e99fb6a..00000000000
--- a/app/assets/javascripts/design_management_legacy/graphql/mutations/update_note.mutation.graphql
+++ /dev/null
@@ -1,10 +0,0 @@
-#import "../fragments/design_note.fragment.graphql"
-
-mutation updateNote($input: UpdateNoteInput!) {
- updateNote(input: $input) {
- note {
- ...DesignNote
- }
- errors
- }
-}