OBJECT

UpsertBasketItemResult

link GraphQL Schema definition

1type UpsertBasketItemResult {
2
3id: Int!
7
4customerId: Int!
7
5productId: Int!
7
6quantity: Int!
8
9}

link Required by