Browse Source

+imgUrls array of good images

Ivan Asmer 5 years ago
parent
commit
1151768d3f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      index.js

+ 2 - 0
index.js

@@ -65,6 +65,7 @@ const anonResolvers = ['login', 'createUser'];
             name: String!,
             description: String
             price: Float
+            imgUrls: [String]
             orderGoods: [OrderGood]
             categories: [Category]
         }
@@ -103,6 +104,7 @@ const anonResolvers = ['login', 'createUser'];
             _id: ID,
             name: String!,
             description: String
+            imgUrls: [String]
             price: Float
             categories: [ID]
         }