favoriteListClearItems
AUTH: Role=[system] OR ('user is authenticated')
favoriteListClearItems(
id: String!
products: Boolean
clusters: Boolean
): FavoriteList!
Arguments
favoriteListClearItems.id
● String!
non-null scalar
ID must be valid string with length of 12 or 24 chars
favoriteListClearItems.products
● Boolean
scalar
Clear Products?
favoriteListClearItems.clusters
● Boolean
scalar
Clear Clusters?
Type
FavoriteList
object
Favorite list entity for GraphQL federation.
Represents a customer's favorite list containing saved products and clusters for easy access and future purchasing. Used for managing customer preferences and providing personalized shopping experiences across federated services.