Objects
DeletedCart
Represents a deleted cart containing the ID of the deleted cart.
Fields
deletedId
ID!
requiredThis 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
Was this page helpful?