Skip to main content

FavoriteList

No description

type FavoriteList {
id: ID!
name: String!
companyId: Int
contactId: Int
customerId: Int
isDefault: Boolean!
slug: String!
createdAt: DateTime!
updatedAt: DateTime!
products(
input: ProductSearchInput
): ProductsResponse
clusters(
input: ProductSearchInput
): ProductsResponse
}

Fields

FavoriteList.id ● ID! non-null scalar

Favorite List unique identifier

FavoriteList.name ● String! non-null scalar

Favorite List name

FavoriteList.companyId ● Int scalar

Favorite List company ID

FavoriteList.contactId ● Int scalar

Favorite List contact ID

FavoriteList.customerId ● Int scalar

Favorite List customer ID

FavoriteList.isDefault ● Boolean! non-null scalar

Default Favorite List

FavoriteList.slug ● String! non-null scalar

Favorite List slug

FavoriteList.createdAt ● DateTime! non-null scalar

Favorite List date created

FavoriteList.updatedAt ● DateTime! non-null scalar

Favorite List date modified

FavoriteList.products ● ProductsResponse object

FavoriteList.products.input ● ProductSearchInput input

FavoriteList.clusters ● ProductsResponse object

FavoriteList.clusters.input ● ProductSearchInput input

Returned By

favoriteList query ● favoriteListAddItems mutation ● favoriteListClearItems mutation ● favoriteListCreate mutation ● favoriteListRemoveItems mutation ● favoriteListUpdate mutation

Member Of

FavoriteListsResponse object