New `create_doc` mutation
June 22nd, 2023
We just added the create_doc
mutation that allows you to create a new doc in a document column!
mutation {
create_doc (location: { board: {item_id: 1234567890, column_id: "monday_doc"}}) {
id
}
}