Last update:
December 2, 2024
pageDocuments query¶
This query retrieves a list of page documents that match specified search criteria, such as store Id, keyword, or culture name.
Arguments¶
Argument | Description |
---|---|
after String |
A cursor value to paginate through the results. |
first Int |
The number of pages in a single query. |
storeId String! |
The Id of the store to retrieve pages from. |
keyword String! |
The keyword for searching page content. |
cultureName String |
A language to retrieve data in. |
Possible returns¶
Possible return | Description |
---|---|
PageDocumentConnection |
A list of page documents, including their ID, source, permalink, and content. |