added
New `page_break` type on `create_doc_block` mutation
February 6th, 2025
In API versions 2025-04
and later, you can create page break blocks using the create_doc_block
mutation.
mutation {
create_doc_block (type: page_break, doc_id: 1234567, after_block_id: "a3f6b7c9-ee2f-5b10-8921-cc47e7d745d3", content: "{\"alignment\":\"left\",\"direction\":\"ltr\"}") {
id
}
}