Moderator edit: we now have quickstart guides that walk new users through this. Here are links to our guides in Python, PHP and Javascript.
I’d like figure out how to set up a mutation call to post an entire pulse and its column values. In the documentation it says the argument should take “column_valuesJSON” however I’m wondering how to configure this correctly. Would it be in the following configuration, or do you have to create the item, then a PUT call for each column_value? Thank you for feedback here.
mutation {
create_item (board_id: 20178755, group_id: "today", item_name: "new item", column_values: {???} ) {
id
}
}
I will post to this once I find the correct way of doing this, but if anyone has a good example, please share, it will save me tons of time.
I would think you have to create the item/pulse first.

