summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/editor/graphql/update_item.mutation.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/editor/graphql/update_item.mutation.graphql')
-rw-r--r--app/assets/javascripts/editor/graphql/update_item.mutation.graphql2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/editor/graphql/update_item.mutation.graphql b/app/assets/javascripts/editor/graphql/update_item.mutation.graphql
index f8424c65181..05c18988c87 100644
--- a/app/assets/javascripts/editor/graphql/update_item.mutation.graphql
+++ b/app/assets/javascripts/editor/graphql/update_item.mutation.graphql
@@ -1,3 +1,3 @@
-mutation updateItem($id: String!, $propsToUpdate: Item!) {
+mutation updateItem($id: ID!, $propsToUpdate: Item!) {
updateToolbarItem(id: $id, propsToUpdate: $propsToUpdate) @client
}