List posts
bettermode_list_postsList posts across the community, with pagination. Optionally scope to one or more spaces (spaceIds), order (orderBy, passed through as a plain string), and reverse. Returns edges[].node (title, shortContent, space, owner) plus pageInfo and totalCount. Bettermode GraphQL query: posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of posts to return (1..100, default 10). | |
| offset | No | Number of posts to skip (offset-based pagination). | |
| orderBy | No | Order field, passed through as a plain string (e.g. "createdAt", "publishedAt"). | |
| reverse | No | Reverse the sort order. | |
| spaceIds | No | Restrict to posts in these space ids. |