_Entity
No description
union _Entity = ProductVariant | ShoppingCartItem | User
Possible types
_Entity.ProductVariant
object
Foreign type of a product variant.
_Entity.ShoppingCartItem
object
Shopping cart item in a shopping cart of a user.
_Entity.User
object
Type of a user owning shoppingcarts.
Returned By
_entities
query