diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-05-25 14:06:53 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-05-25 14:06:53 -0400 |
| commit | 22635ea05dab85a71fa93dbb98f93da7670ef899 (patch) | |
| tree | b9e974dee484634d0401a9149c9a68f5537553db /backend/src/generated | |
| parent | 549cfa77c9fec0936c3a8d87a49b69401cbfbd7a (diff) | |
Delete and Add refetch refinements
Diffstat (limited to 'backend/src/generated')
| -rw-r--r-- | backend/src/generated/prisma.graphql | 15 |
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 { |
