Skip to main content

FavoriteListsItemsInput

No description

input FavoriteListsItemsInput {
productIds: [Int!]
productSources: [SourceInput!]
clusterIds: [Int!]
clusterSources: [SourceInput!]
}

Fields

FavoriteListsItemsInput.productIds ● [Int!] list scalar

A list of product IDs to add or remove from the favorite list.

FavoriteListsItemsInput.productSources ● [SourceInput!] list input

A list of product sources to add or remove from the favorite list.

FavoriteListsItemsInput.clusterIds ● [Int!] list scalar

A list of cluster IDs to add or remove from the favorite list.

FavoriteListsItemsInput.clusterSources ● [SourceInput!] list input

A list of cluster sources to add or remove from the favorite list.

Member Of

favoriteListAddItems mutation ● favoriteListRemoveItems mutation