OBJECT

ShoppingCartAction

Description

ShoppingCartAction represents an action to render items in a ShoppingCart component.

link GraphQL Schema definition

  • type ShoppingCartAction {
  • # The items to render in the cart.
  • items: [String!]!
  • # The label of the cart.
  • label: String!
  • }