Represents a deleted cart containing the ID of the deleted cart.
Fields
deletedId
: ID
This represents the unique identifier (ID) of the cart that has been deleted. It confirms the successful deletion of the cart by returning the deleted cart's ID.
Mutations
removeCart(input: CartDeleteInput!)
Remove a Cart by ID