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