INPUT_OBJECT

CartCreateMutationInput

Autogenerated input type of CartCreateMutation

link GraphQL Schema definition

  • input CartCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Attributes to assign to the cart created.
  • attributes: CartInput
  • # Params for fetching the given number of items to add to the cart.
  • cartItemsToAdd: [AddCartItemInput!]
  • }