Skip to main content

PageSearchResult

Result of executing a product search

type PageSearchResult {
nodes: [Page!]
paginationInfo: SearchPaginationInfo
}

Fields

nodes ● [Page!]

The nodes(pages) of the search result

paginationInfo ● SearchPaginationInfo

The pagination information of th search result

Example

{
"nodes": [
{
"contents": [
{
"menu": {},
"meta": {
"title": [
{
"language": "EN",
"value": "String"
}
]
},
"link": {
"alternateUrls": [
{}
],
"redirect": {}
},
"updatedAt": "2024-05-03T11:52:33Z"
}
]
}
],
"paginationInfo": {}
}