AttributeInput
No description
input AttributeInput {
slug: String!
values: [String!]
valuesRange: IntRangeInput
dateTime: DateTimeRangeInput
date: DateRangeInput
boolean: Boolean
}
Fields
AttributeInput.slug ● String! non-null scalar
Internal representation of an attribute name.
AttributeInput.values ● [String!] list scalar
Internal representation of a value (unique per attribute).
AttributeInput.valuesRange ● IntRangeInput input
The range that the returned values should be in.
AttributeInput.dateTime ● DateTimeRangeInput input
The date/time range that the returned values should be in.
AttributeInput.date ● DateRangeInput input
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
The boolean value of the attribute.
Member of
ProductFilterInput input ● ProductWhereInput input
Was this page helpful?