Skip to main content

AssignedAttributeValueInput Input Type

No description

input AssignedAttributeValueInput {
slug: StringFilterInput
name: StringFilterInput
numeric: DecimalFilterInput
date: DateRangeInput
dateTime: DateTimeRangeInput
boolean: Boolean
reference: AssignedAttributeReferenceInput
}

Fields

slug ● StringFilterInput

Filter by slug assigned to AttributeValue.

name ● StringFilterInput

Filter by name assigned to AttributeValue.

numeric ● DecimalFilterInput

Filter by numeric value for attributes of numeric type.

date ● DateRangeInput

Filter by date value for attributes of date type.

dateTime ● DateTimeRangeInput

Filter by date time value for attributes of date time type.

boolean ● Boolean

Filter by boolean value for attributes of boolean type.

reference ● AssignedAttributeReferenceInput

Filter by reference attribute value.

Member Of

AssignedAttributeWhereInput input ● AttributeInput input