For the complete documentation index, see llms.txt. This page is also available as Markdown.

complexRelations

A list of complex relations.

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

Arguments

limit ● Int scalar

The maximum items to return.

offset ● Int scalar

The number of items to skip.

order ● [AssetOrder] list input

Sorting parameters.

where ● AssetFilter input

Filtering parameters.

Type

Asset object

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

Last updated

Was this helpful?