FavoriteListsCreateInput
No description
input FavoriteListsCreateInput {
productIds: [Int!]
productSources: [SourceInput!]
clusterIds: [Int!]
clusterSources: [SourceInput!]
isDefault: Boolean
name: String!
companyId: Int
companySource: SourceInput
contactId: Int
contactSource: SourceInput
customerId: Int
customerSource: SourceInput
}
Fields
FavoriteListsCreateInput.productIds
● [Int!]
list scalar
A list of product IDs to associate with the favorite list.
FavoriteListsCreateInput.productSources
● [SourceInput!]
list input
A list of product sources to associate with the favorite list.
FavoriteListsCreateInput.clusterIds
● [Int!]
list scalar
A list of cluster IDs to associate with the favorite list.
FavoriteListsCreateInput.clusterSources
● [SourceInput!]
list input
A list of cluster sources to associate with the favorite list.
FavoriteListsCreateInput.isDefault
● Boolean
scalar
Indicates if the favorite list is a default list.
FavoriteListsCreateInput.name
● String!
non-null scalar
The name of the favorite list.
FavoriteListsCreateInput.companyId
● Int
scalar
The ID of the company to associate with the favorite list.
FavoriteListsCreateInput.companySource
● SourceInput
input
The source of the company to associate with the favorite list.
FavoriteListsCreateInput.contactId
● Int
scalar
The ID of the contact to associate with the favorite list.
FavoriteListsCreateInput.contactSource
● SourceInput
input
The source of the contact to associate with the favorite list.
FavoriteListsCreateInput.customerId
● Int
scalar
The ID of the customer to associate with the favorite list.
FavoriteListsCreateInput.customerSource
● SourceInput
input
The source of the customer to associate with the favorite list.
Member Of
favoriteListCreate
mutation