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

assets

A list of assets and complex relations.

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

Arguments

assets.limitInt scalar

The maximum items to return.

assets.offsetInt scalar

The number of items to skip.

assets.order[AssetOrder] list input

Sorting parameters.

Filtering parameters.

Type

Asset object

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

Last updated

Was this helpful?