INPUT_OBJECT
Autogenerated input type of CartUpdateMutation
input CartUpdateMutationInput {# A unique identifier for the client performing the mutation.clientMutationId: String# ID for retrieving the correct cart.cartId: ID!# Attributes to assign to the cart updated.attributes: CartInput}