favoriteListCreate
AUTH: Role=[shop.OWNER] OR (('user is authenticated') AND ('undefined'))
favoriteListCreate(
input: FavoriteListsCreateInput!
): FavoriteList!
Arguments
favoriteListCreate.input
● FavoriteListsCreateInput!
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.