Input
CartDeleteInput
The input fields to provide the necessary information to remove a cart through the removeCart
mutation. By providing the cart ID, the API can identify and delete the specified cart.
Fields
id
ID!
requiredThe ID of the cart that the user wants to remove. It’s a unique identifier for the cart in the system.
Mutations
Related types
Was this page helpful?