What happens if on the client, you try to add/remove an item from this expired cart ID? Will the mutation just fail? Or will a new cart with a new ID be created but with the same items as the old one?
Or if you try to query for an expired cart, will it just return null?
Thanks!