Latest Poppulo platform GraphQL API
Input for getting Published articles with pagination of default page size 10
Fields
Sub account Global account ID. Must match the authenticated token's account claim. Required for authorization and data scoping.
Number of articles to return per page. Defaults to 10, maximum 10. Server enforces the 10-item cap to maintain consistent payload sizes.
Pagination cursor from pageInfo.endCursor of the previous response. Omit or pass null to fetch the first page.
Optional array of BCP-47 locale codes to filter article content. When null or empty, returns all available locales for each article.
Optional date range filter for published articles.