From 4fb8969f6994d8414f388f583d8e270d4e4a67e9 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 23 Mar 2018 11:11:09 -0400 Subject: ya --- backend/src/generated/prisma.graphql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backend/src/generated') diff --git a/backend/src/generated/prisma.graphql b/backend/src/generated/prisma.graphql index d910a39..2ceacae 100644 --- a/backend/src/generated/prisma.graphql +++ b/backend/src/generated/prisma.graphql @@ -8,7 +8,7 @@ type CartItem implements Node { id: ID! quantity: Int! - item(where: ItemWhereInput): Item! + item(where: ItemWhereInput): Item user(where: UserWhereInput): User! createdAt: DateTime! updatedAt: DateTime! @@ -116,7 +116,7 @@ type CartItemConnection { input CartItemCreateInput { quantity: Int - item: ItemCreateOneInput! + item: ItemCreateOneInput user: UserCreateOneWithoutCartInput! } @@ -127,7 +127,7 @@ input CartItemCreateManyWithoutUserInput { input CartItemCreateWithoutUserInput { quantity: Int - item: ItemCreateOneInput! + item: ItemCreateOneInput } type CartItemEdge { -- cgit v1.3