favoriteListUpdate
AUTH: Role=[system] OR ('user is authenticated')
favoriteListUpdate(
id: String!
input: FavoriteListsUpdateInput!
): FavoriteList!
Arguments
favoriteListUpdate.id
● String!
non-null scalar
ID must be valid string with length of 12 or 24 chars
favoriteListUpdate.input
● FavoriteListsUpdateInput!
non-null input
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.