FavoriteListsUpdateInput
No description
input FavoriteListsUpdateInput {
productIds: [Int!]
productSources: [SourceInput!]
clusterIds: [Int!]
clusterSources: [SourceInput!]
isDefault: Boolean
name: String
}
Fields
FavoriteListsUpdateInput.productIds
● [Int!]
list scalar
A list of product IDs to associate with the favorite list.
FavoriteListsUpdateInput.productSources
● [SourceInput!]
list input
A list of product sources to associate with the favorite list.
FavoriteListsUpdateInput.clusterIds
● [Int!]
list scalar
A list of cluster IDs to associate with the favorite list.
FavoriteListsUpdateInput.clusterSources
● [SourceInput!]
list input
A list of cluster sources to associate with the favorite list.
FavoriteListsUpdateInput.isDefault
● Boolean
scalar
Indicates if the favorite list is a default list.
FavoriteListsUpdateInput.name
● String
scalar
The new name of the favorite list.
Member Of
favoriteListUpdate
mutation