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 deprecatedHide deprecated

values ● [String!]

DEPRECATED

Use value instead.

Slugs identifying the attributeValues associated with the Attribute. When specified, it filters the results to include only records with one of the matching values. Requires slug to be provided.

valuesRange ● IntRangeInput

DEPRECATED

Use value instead.

The range that the returned values should be in. Requires slug to be provided.

dateTime ● DateTimeRangeInput

DEPRECATED

Use value instead.

The date/time range that the returned values should be in. Requires slug to be provided.

date ● DateRangeInput

DEPRECATED

Use value instead.

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. Requires slug to be provided.

boolean ● Boolean

DEPRECATED

Use value instead.

The boolean value of the attribute. Requires slug to be provided.

Member Of

ProductFilterInput input ● ProductWhereInput input