AssignedAttributeValueInput Input Type
No description
input AssignedAttributeValueInput {
slug: StringFilterInput
name: StringFilterInput
numeric: DecimalFilterInput
date: DateRangeInput
dateTime: DateTimeRangeInput
boolean: Boolean
reference: AssignedAttributeReferenceInput
}
Fields
AssignedAttributeValueInput.slug ● StringFilterInput input miscellaneous
Filter by slug assigned to AttributeValue.
AssignedAttributeValueInput.name ● StringFilterInput input miscellaneous
Filter by name assigned to AttributeValue.
AssignedAttributeValueInput.numeric ● DecimalFilterInput input miscellaneous
Filter by numeric value for attributes of numeric type.
AssignedAttributeValueInput.date ● DateRangeInput input miscellaneous
Filter by date value for attributes of date type.
AssignedAttributeValueInput.dateTime ● DateTimeRangeInput input miscellaneous
Filter by date time value for attributes of date time type.
AssignedAttributeValueInput.boolean ● Boolean scalar miscellaneous
Filter by boolean value for attributes of boolean type.
AssignedAttributeValueInput.reference ● AssignedAttributeReferenceInput input miscellaneous
Filter by reference attribute value.
Member Of
AssignedAttributeWhereInput input ● AttributeInput input