INPUT_OBJECT

CartUpdateMutationInput

Autogenerated input type of CartUpdateMutation

link GraphQL Schema definition

  • 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
  • }