> 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/complex-relations.md).

# complexRelations

A list of complex relations.

```graphql
complexRelations(
  limit: Int = 10
  offset: Int = 0
  order: [AssetOrder]
  where: AssetFilter
): [Asset]
```

### 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 ● [`[AssetOrder]`](/api/graphql/knowledge-graph/input-types/asset-order.md) list input <a href="#order" id="order"></a>

Sorting parameters.

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

Filtering parameters.

### Type

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

A verbal designation of a concept in a specific subject field.
