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

# AssignedSingleCollectionReferenceAttribute Object

Represents single collection reference attribute.

Added in Saleor 3.22

```graphql
type AssignedSingleCollectionReferenceAttribute implements AssignedAttribute {
  attribute: Attribute!
  value: Collection
}
```

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

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