diff options
Diffstat (limited to 'backend/database/datamodel.graphql')
| -rw-r--r-- | backend/database/datamodel.graphql | 2 |
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! |
