🐛 Fix problem when export/importing guides attached to frame

This commit is contained in:
alonso.torres 2022-04-28 14:24:07 +02:00
parent 9923268589
commit c7e23c1b58
4 changed files with 12 additions and 5 deletions

View file

@ -82,9 +82,9 @@
[id params]
(send-query! id params))
(defmethod query :file
[id params]
(send-query! id params {:raw-transit? true}))
(defmethod query :file-raw
[_id params]
(send-query! :file params {:raw-transit? true}))
(defmethod mutation :default
[id params]