Due to popular demand, we’re excited to present the brand new create_doc mutation that allows you to create a new doc in a document column! Check out the documentation and give it a try 📃
mutation {
create_doc (location: { board: {item_id: 1234567890, column_id: "monday_doc"}}) {
id
}
}