Skip to main content

FavoriteListsSearchInput

No description

input FavoriteListsSearchInput {
name: String
isDefault: Boolean
page: Int
offset: Int
companyId: Int
companySource: SourceInput
contactId: Int
contactSource: SourceInput
customerId: Int
customerSource: SourceInput
productIds: [Int!]
productSources: [SourceInput!]
clusterIds: [Int!]
clusterSources: [SourceInput!]
createdAt: DateSearchInput
lastModifiedAt: DateSearchInput
}

Fields

FavoriteListsSearchInput.name ● String scalar

Filter by the name of the favorite list.

FavoriteListsSearchInput.isDefault ● Boolean scalar

Filter by whether the favorite list is a default list.

FavoriteListsSearchInput.page ● Int scalar

The page number for pagination.

FavoriteListsSearchInput.offset ● Int scalar

The number of items to return per page.

FavoriteListsSearchInput.companyId ● Int scalar

Filter by the company ID associated with the favorite list.

FavoriteListsSearchInput.companySource ● SourceInput input

Filter by the company source associated with the favorite list.

FavoriteListsSearchInput.contactId ● Int scalar

Filter by the contact ID associated with the favorite list.

FavoriteListsSearchInput.contactSource ● SourceInput input

Filter by the contact source associated with the favorite list.

FavoriteListsSearchInput.customerId ● Int scalar

Filter by the customer ID associated with the favorite list.

FavoriteListsSearchInput.customerSource ● SourceInput input

Filter by the customer source associated with the favorite list.

FavoriteListsSearchInput.productIds ● [Int!] list scalar

Filter by a list of product IDs contained in the favorite list.

FavoriteListsSearchInput.productSources ● [SourceInput!] list input

Filter by a list of product sources contained in the favorite list.

FavoriteListsSearchInput.clusterIds ● [Int!] list scalar

Filter by a list of cluster IDs contained in the favorite list.

FavoriteListsSearchInput.clusterSources ● [SourceInput!] list input

Filter by a list of cluster sources contained in the favorite list.

FavoriteListsSearchInput.createdAt ● DateSearchInput input

Filter by the creation date of the favorite list.

FavoriteListsSearchInput.lastModifiedAt ● DateSearchInput input

Filter by the last modification date of the favorite list.

Member Of

favoriteLists query