summaryrefslogtreecommitdiffstats
path: root/backend/src/generated/prisma.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/generated/prisma.graphql')
-rw-r--r--backend/src/generated/prisma.graphql15
1 files changed, 3 insertions, 12 deletions
diff --git a/backend/src/generated/prisma.graphql b/backend/src/generated/prisma.graphql
index aeacf68..953ddc2 100644
--- a/backend/src/generated/prisma.graphql
+++ b/backend/src/generated/prisma.graphql
@@ -1,5 +1,5 @@
-# source: https://us1.prisma.sh/johannes-schickling/wesbos/dev
-# timestamp: Mon May 21 2018 18:02:25 GMT-0700 (PDT)
+# source: https://us1.prisma.sh/wesbos/sick-fits/dev
+# timestamp: Fri May 25 2018 10:46:45 GMT-0400 (EDT)
type AggregateCartItem {
count: Int!
@@ -418,6 +418,7 @@ input ItemUpdateInput {
input ItemUpdateOneInput {
create: ItemCreateInput
connect: ItemWhereUniqueInput
+ disconnect: Boolean
delete: Boolean
update: ItemUpdateDataInput
upsert: ItemUpsertNestedInput
@@ -818,8 +819,6 @@ type OrderItem implements Node {
createdAt: DateTime!
updatedAt: DateTime!
quantity: Int!
- item(where: ItemWhereInput): Item!
- user(where: UserWhereInput): User!
}
"""A connection to a list of items."""
@@ -839,8 +838,6 @@ input OrderItemCreateInput {
largeImage: String
price: Int!
quantity: Int
- item: ItemCreateOneInput!
- user: UserCreateOneInput!
}
input OrderItemCreateManyInput {
@@ -936,8 +933,6 @@ input OrderItemUpdateDataInput {
largeImage: String
price: Int
quantity: Int
- item: ItemUpdateOneInput
- user: UserUpdateOneInput
}
input OrderItemUpdateInput {
@@ -947,8 +942,6 @@ input OrderItemUpdateInput {
largeImage: String
price: Int
quantity: Int
- item: ItemUpdateOneInput
- user: UserUpdateOneInput
}
input OrderItemUpdateManyInput {
@@ -1268,8 +1261,6 @@ input OrderItemWhereInput {
"""All values greater than or equal the given value."""
quantity_gte: Int
- item: ItemWhereInput
- user: UserWhereInput
}
input OrderItemWhereUniqueInput {