agartha
10/14/2017, 8:56 PMDev
10/15/2017, 8:12 AMmeikoudras
10/15/2017, 1:15 PMmeikoudras
10/15/2017, 1:15 PMmeikoudras
10/15/2017, 1:19 PMnilan
10/15/2017, 1:19 PMJay
10/18/2017, 4:46 AMJay
10/18/2017, 4:47 AMwelf
10/19/2017, 12:09 AMtype Dress
, type Shoes
, type Suit
, type TShirt
, how can I put them into the list of field products
in the type Cart
to reference all products added to the shopping cart? With `union type`s or `interface`s I can unite all my product types under the type Product
and then put them all to the products: [Product!]!
field of the type Cart
. What is the best or recommended practice to do it without `interface`s and `union type`s?joar
10/19/2017, 12:02 PMProduct
type and have some nullable fields on it, or do shoes: [Shoes], suits: [Suit]
etc on your Cart
typejoar
10/19/2017, 12:02 PMjoar
10/19/2017, 12:02 PMJamsheer T
10/25/2017, 6:19 AMzebapy
10/26/2017, 2:13 AMuser
10/26/2017, 2:13 AMthe_bluescreen
10/26/2017, 2:03 PMSindre Svendby
10/26/2017, 7:51 PMImprove Documentation
, that is a great idea!
As I see it you are addding graphql on top of next. But when I looked at the README and documentation, I did not understand how this is done for me. If you improve the "sales pitch" with an example on how it works with graphql that would at least help me get started quicker ๐pnicolaou
10/31/2017, 10:10 PMSteven Sacks
11/01/2017, 6:11 PMjbonigomes
11/02/2017, 8:19 AMSteven Sacks
11/02/2017, 8:37 AMSteven Sacks
11/02/2017, 8:37 AMjbonigomes
11/02/2017, 9:46 AMmeikoudras
11/02/2017, 10:55 AMagartha
11/02/2017, 10:58 AMnilan
11/02/2017, 10:59 AMnilan
11/02/2017, 10:59 AMnilan
11/02/2017, 10:59 AMmeikoudras
11/02/2017, 11:00 AMmeikoudras
11/02/2017, 11:01 AM