> 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/queries/communities.md).

# communities

A list of communities.

```graphql
communities(
  limit: Int = 10
  offset: Int = 0
  order: [CommunityOrder]
  where: CommunityFilter
): [Community]
```

### Arguments

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

The maximum items to return.

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

The number of items to skip.

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

Sorting parameters.

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

Filtering parameters.

### Type

#### [`Community`](/api/graphql/knowledge-graph/object-types/community.md) object

A grouping of subcommunities and domains.
