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

domains

A list of domains.

domains(
  limit: Int = 10
  offset: Int = 0
  order: [DomainOrder]
  where: DomainFilter
): [Domain]

Arguments

domains.limitInt scalar

The maximum items to return.

domains.offsetInt scalar

The number of items to skip.

Sorting parameters.

Filtering parameters.

Type

Domain object

A logical grouping of assets inside one community.

Last updated

Was this helpful?