AttributeInput Input Type
No description
input AttributeInput {
slug: String!
valueNames: [String!]
values: [String!]
valuesRange: IntRangeInput
dateTime: DateTimeRangeInput
date: DateRangeInput
boolean: Boolean
}
Fields
AttributeInput.slug
● String!
non-null scalar miscellaneous
Internal representation of an attribute name.
AttributeInput.valueNames
● [String!]
list scalar miscellaneous
Names corresponding to the attributeValues associated with the Attribute. When specified, it filters the results to include only records with one of the matching values.
Added in Saleor 3.22 (unreleased)AttributeInput.values
● [String!]
list scalar miscellaneous
Slugs identifying the attributeValues associated with the Attribute. When specified, it filters the results to include only records with one of the matching values.
AttributeInput.valuesRange
● IntRangeInput
input miscellaneous
The range that the returned values should be in.
AttributeInput.dateTime
● DateTimeRangeInput
input miscellaneous
The date/time range that the returned values should be in.
AttributeInput.date
● DateRangeInput
input miscellaneous
The date range that the returned values should be in. In case of date/time attributes, the UTC midnight of the given date is used.
AttributeInput.boolean
● Boolean
scalar miscellaneous
The boolean value of the attribute.
Member Of
ProductFilterInput
input ● ProductWhereInput
input