OBJECT
ShoppingCartAction represents an action to render items in a ShoppingCart component.
type ShoppingCartAction {# The items to render in the cart.items: [String!]! # The label of the cart.label: String! }