Skip to main content

PublicPageConnectionWithSearch

Paginate through PublicPages

type PublicPageConnectionWithSearch {
edges: [PublicPageEdge]!
nodes: [PublicPage]!
pageInfo: PageInfo!
querySuggestions: JSON
termAggregations: PageTermAggregations
}

Fields

PublicPageConnectionWithSearch.edges ● [PublicPageEdge]! non-null object

PublicPageConnectionWithSearch.nodes ● [PublicPage]! non-null object

PublicPageConnectionWithSearch.pageInfo ● PageInfo! non-null object

PublicPageConnectionWithSearch.querySuggestions ● JSON scalar

This is an object with terms in the query as keys, and a suggestion for that term as the value. This is often referred to as 'Did you mean?'

PublicPageConnectionWithSearch.termAggregations ● PageTermAggregations object

Values and the number of times they occur for the results of the query. These will be the same for every page of a query, and should only be fetched on the first page.

Returned by

pages query