INPUT_OBJECT
Autogenerated input type of CartDeleteMutation
input CartDeleteMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: String# ID for retrieving the correct cart.cartId: ID!}