19 lines
235 B
GraphQL
19 lines
235 B
GraphQL
mutation ClearCart {
|
|
clearCart {
|
|
id
|
|
userId
|
|
deliveryAddressId
|
|
items {
|
|
id
|
|
productId
|
|
productName
|
|
sku
|
|
isCustomizable
|
|
quantity
|
|
parameters
|
|
updatedAt
|
|
}
|
|
updatedAt
|
|
}
|
|
}
|