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

communities

A list of communities.

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

Arguments

The maximum items to return.

The number of items to skip.

Sorting parameters.

Filtering parameters.

Type

Community object

A grouping of subcommunities and domains.

Last updated

Was this helpful?