ProductTextFilterInput
No description
input ProductTextFilterInput {
id: String
name: String
values: [String!]!
exclude: Boolean!
type: AttributeType
}
Fields
ProductTextFilterInput.id ● String scalar
ID of the attribute, either id or name is required
ProductTextFilterInput.name ● String scalar
NAME of the attribute, either id or name is required
ProductTextFilterInput.values ● [String!]! non-null scalar
Text filter value
ProductTextFilterInput.exclude ● Boolean! non-null scalar
Text filter exclude
ProductTextFilterInput.type ● AttributeType enum
Text filter type
Member Of
CategoryProductSearchInput input ● ProductSearchInput input ● SparePartsMachineProductSearchInput input