Skip to main content

FavoriteListsUpdateInput

No description

input FavoriteListsUpdateInput {
productIds: [Int!]
productSources: [SourceInput!]
clusterIds: [Int!]
clusterSources: [SourceInput!]
isDefault: Boolean
name: String
}

Fields

FavoriteListsUpdateInput.productIds ● [Int!] list scalar

Favorite List product IDs list

FavoriteListsUpdateInput.productSources ● [SourceInput!] list input

List of product sources

FavoriteListsUpdateInput.clusterIds ● [Int!] list scalar

Favorite List cluster IDs list

FavoriteListsUpdateInput.clusterSources ● [SourceInput!] list input

List of cluster sources

FavoriteListsUpdateInput.isDefault ● Boolean scalar

Favorite List is default

FavoriteListsUpdateInput.name ● String scalar

Favorite List name

Member Of

favoriteListUpdate mutation