User
Type of a user owning shoppingcarts.
type User {
id: UUID!
shoppingcart: ShoppingCart!
}
Fields
User.id ● UUID! non-null scalar
UUID of the user.
User.shoppingcart ● ShoppingCart! non-null object
Shopping cart of the user.
Implemented By
_Entity union