> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/attributes/llms.txt)
> Source: https://docs.saleor.io/api-reference/attributes/objects/assigned-single-product-variant-reference-attribute

# AssignedSingleProductVariantReferenceAttribute Object

Represents single product variant reference attribute.

Added in Saleor 3.22

```graphql
type AssignedSingleProductVariantReferenceAttribute implements AssignedAttribute {
  attribute: Attribute!
  value: ProductVariant
}
```

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

### Fields

<a id="attribute"></a>

#### [`attribute`](#attribute) ● [`Attribute!`](/api-reference/attributes/objects/attribute.md)

Attribute assigned to an object.

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

#### [`value`](#value) ● [`ProductVariant`](/api-reference/products/objects/product-variant.md)

The assigned product variant reference.

<a id="interfaces"></a>

### Interfaces

<a id="assignedattribute"></a>

#### [`AssignedAttribute`](/api-reference/attributes/interfaces/assigned-attribute.md)

Represents an attribute assigned to an object.

Added in Saleor 3.22
