> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/inputs/assigned-attribute-where-input

# AssignedAttributeWhereInput Input Type

No description

```graphql
input AssignedAttributeWhereInput {
  slug: String
  value: AssignedAttributeValueInput
}
```

<a id="fields"></a>

### Fields

<a id="slug"></a>

#### [`slug`](#slug) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Filter by attribute slug.

<a id="value"></a>

#### [`value`](#value) ● [`AssignedAttributeValueInput`](/api-reference/miscellaneous/inputs/assigned-attribute-value-input.md)

Filter by value of the attribute. Only one value input field is allowed. If provided more than one, the error will be raised.

<a id="member-of"></a>

### Member Of

[`CustomerWhereInput`](/api-reference/users/inputs/customer-where-input.md) input  ● [`PageWhereInput`](/api-reference/pages/inputs/page-where-input.md) input  ● [`ProductVariantWhereInput`](/api-reference/products/inputs/product-variant-where-input.md) input
