The searchDomainsPage() GraphQL query is used for paged search domains. This field is not yet available. It's described here as a preview and is used for getting a new pagination pattern.

For more information on searching repositories and views, see the Searching Data documentation page.

Syntax

Below is the syntax for the searchDomainsPage() query field:

graphql
searchDomainsPage(
      search: string
      pageNumber: integer!
      pageSize: integer!
   ): SearchDomainPage!

Returned Datatypes

The returned datatype SearchDomainPage has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: SearchDomainPage

ParameterTypeRequired[a]DefaultDescription
pageInfoPageTypeyes Information about the search domain page (see PageType Table).
page[SearchDomain]yes The dashboards to be used for the dashboard page (see SearchDomain Table).

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.