Ivan Asmer 5 lat temu
rodzic
commit
a8f7fe7047
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      index.js

+ 2 - 2
index.js

@@ -71,10 +71,10 @@ const upload  = require('multer')({ dest: uploadPath })
 
         input OrderInput {
             _id: ID
-            executor: User
+            executor: UserInput
             messages: [MessageInput]
             comments: [CommentInput]
-            images: [Image]
+            images: [ImageInput]
             link: String,
             name: String,
             price: Float,