> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/knowledge-graph/input-types/multi-value-attribute-collection-filter.md).

# MultiValueAttributeCollectionFilter

No description

```graphql
input MultiValueAttributeCollectionFilter {
  all: MultiValueAttributeFilter
  any: MultiValueAttributeFilter
  empty: Boolean
  none: MultiValueAttributeFilter
  typePublicId: String
}
```

### Fields

#### all ● [`MultiValueAttributeFilter`](/api/graphql/knowledge-graph/input-types/multi-value-attribute-filter.md) input <a href="#all" id="all"></a>

All items in the collection match the given criteria.

#### any ● [`MultiValueAttributeFilter`](/api/graphql/knowledge-graph/input-types/multi-value-attribute-filter.md) input <a href="#any" id="any"></a>

Any item in the collection matches the given criteria.

#### empty ● [`Boolean`](/api/graphql/knowledge-graph/scalars/boolean.md) scalar <a href="#empty" id="empty"></a>

The target collection is empty.

#### none ● [`MultiValueAttributeFilter`](/api/graphql/knowledge-graph/input-types/multi-value-attribute-filter.md) input <a href="#none" id="none"></a>

None of the items in the collection matches the given criteria.

#### typePublicId ● [`String`](/api/graphql/knowledge-graph/scalars/string.md) scalar <a href="#type-public-id" id="type-public-id"></a>

The type public identifier.

### Member Of

[`AssetFilter`](/api/graphql/knowledge-graph/input-types/asset-filter.md) input ● [`AssetReferenceFilter`](/api/graphql/knowledge-graph/input-types/asset-reference-filter.md) input
