> 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/community-collection-filter.md).

# CommunityCollectionFilter

No description

```graphql
input CommunityCollectionFilter {
  all: CommunityFilter
  any: CommunityFilter
  empty: Boolean
  none: CommunityFilter
}
```

### Fields

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

All items in the collection match the given criteria.

#### any ● [`CommunityFilter`](/api/graphql/knowledge-graph/input-types/community-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 ● [`CommunityFilter`](/api/graphql/knowledge-graph/input-types/community-filter.md) input <a href="#none" id="none"></a>

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

### Member Of

[`CommunityFilter`](/api/graphql/knowledge-graph/input-types/community-filter.md) input ● [`CommunityReferenceFilter`](/api/graphql/knowledge-graph/input-types/community-reference-filter.md) input
