query Posts($limit: Int, $cursor: Timestamp) { posts(limit: $limit, cursor: $cursor) { ...RegularPost } }