summaryrefslogtreecommitdiffstats
path: root/backend/database/datamodel.graphql
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-03-12 14:06:25 -0400
committerWes Bos <wesbos@gmail.com>2018-03-12 14:06:25 -0400
commit46a0ba30ef54a7e36206481a4f5b2bf1f9702fca (patch)
treea95fd534fc27761d8b26d0dffcdb5f300f7a61c7 /backend/database/datamodel.graphql
parentf7bea2d1b7be2b70dceb25c9837f608b538e9cec (diff)
wip
Diffstat (limited to 'backend/database/datamodel.graphql')
-rw-r--r--backend/database/datamodel.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/database/datamodel.graphql b/backend/database/datamodel.graphql
index c4ac4f6..b35f423 100644
--- a/backend/database/datamodel.graphql
+++ b/backend/database/datamodel.graphql
@@ -38,6 +38,7 @@ type Item {
title: String!
description: String!
image: String
+ largeImage: String
price: Int!
createdAt: DateTime!
updatedAt: DateTime!
@@ -48,6 +49,7 @@ type OrderItem {
title: String!
description: String!
image: String
+ largeImage: String
price: Int!
createdAt: DateTime!
updatedAt: DateTime!