Skip to main content

AttributeInput Input Type

No description

input AttributeInput {
slug: String
value: AssignedAttributeValueInput
values: [String!] @deprecated
valuesRange: IntRangeInput @deprecated
dateTime: DateTimeRangeInput @deprecated
date: DateRangeInput @deprecated
boolean: Boolean @deprecated
}

Fields

slug ● String

Internal representation of an attribute name.

value ● AssignedAttributeValueInput

Filter by value of the attribute. Only one value input field is allowed. If provided more than one, the error will be raised. Cannot be combined with deprecated fields of AttributeInput.

Show deprecated

Member Of

ProductFilterInput input ● ProductWhereInput input