asmer@controller преди 5 години
родител
ревизия
9d6f87aa29
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      index.js

+ 2 - 0
index.js

@@ -58,6 +58,7 @@ const upload  = require('multer')({ dest: uploadPath })
         type Post {
             _id: ID,
             createdAt: String
+            title: String
             text: String,
             images: [Image],
             comments: [Comment],
@@ -70,6 +71,7 @@ const upload  = require('multer')({ dest: uploadPath })
 
         input PostInput {
             _id: ID,
+            title: String,
             text: String,
             images: [ImageInput],
             comments: [CommentInput],