added
New `replies` arguments
August 1st, 2025
🏷️ API version:
2025-10
You can now filter replies
queries by board IDs, pages, and creation time ranges using the following arguments:
board_ids
created_at_from
created_at_to
limit
page
query {
replies(board_ids: [1234567890], created_at_to: "2025-08-02", created_at_from: "2025-01-01") {
body
created_at
edited_at
creator {
id
name
}
}
}