Skip to main content

AttributeResultSearchInput

No description

input AttributeResultSearchInput {
productIds: [Int!]
categoryIds: [Int!]
companyIds: [Int!]
contactIds: [Int!]
customerIds: [Int!]
clusterIds: [Int!]
offset: Int
page: Int
attributeDescription: AttributeAttributeDescriptionSearchInput
includeDefaultValues: Boolean
}

Fields

AttributeResultSearchInput.productIds ● [Int!] list scalar

List of productIds to search attributes for

AttributeResultSearchInput.categoryIds ● [Int!] list scalar

LIst of categoryIds to search attributes for

AttributeResultSearchInput.companyIds ● [Int!] list scalar

List of companyIds to search attributes for

AttributeResultSearchInput.contactIds ● [Int!] list scalar

List of contactIds to search attributes for

AttributeResultSearchInput.customerIds ● [Int!] list scalar

List of customerIds to search attributes for

AttributeResultSearchInput.clusterIds ● [Int!] list scalar

List of clusterIds to search attributes for

AttributeResultSearchInput.offset ● Int scalar

Pagination offset number

AttributeResultSearchInput.page ● Int scalar

Pagination page number

AttributeResultSearchInput.attributeDescription ● AttributeAttributeDescriptionSearchInput input

AttributeDescription fields to search attributes for

AttributeResultSearchInput.includeDefaultValues ● Boolean scalar

Include default values

Member Of

attributeResultByCategoryId query ● attributeResultByClusterId query ● attributeResultByCompanyId query ● attributeResultByContactId query ● attributeResultByCustomerId query ● attributeResultByProductId query