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

# AssignedSingleCategoryReferenceAttribute Object

Represents single category reference attribute.

Added in Saleor 3.22

```graphql
type AssignedSingleCategoryReferenceAttribute implements AssignedAttribute {
  attribute: Attribute!
  value: Category
}
```

<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) ● [`Category`](/api-reference/products/objects/category.md)

The assigned category 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
